Skip to content

Commit

Permalink
Move scss import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Jan 29, 2024
1 parent fc114da commit 341958f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/date-range/calendars.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 341958f

Please sign in to comment.