diff --git a/src/components/date-range/calendars.tsx b/src/components/date-range/calendars.tsx index 599802a..fda7f89 100644 --- a/src/components/date-range/calendars.tsx +++ b/src/components/date-range/calendars.tsx @@ -1,8 +1,9 @@ import React, { useEffect, useState } from "react"; -import "./calendars.scss"; import { Calendar } from "./calendar"; import { useStateContext } from "../../hooks/use-state"; +import "./calendars.scss"; + interface ICalendarsProps { selectedCalendar: string | undefined; handleSelectCalendar: (calendar: string) => void;