Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Jun 27, 2024
1 parent b2e06b4 commit f9fa64f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/calendar/views/MonthGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { MONTH_VIEW } from "../../../constants";
import { DayOfWeek } from "../../../types";
import { getEnumKeys, getToday, isSameDate, makeShort } from "../../../utils";
import AddEventButton from "../AddEventButton";
Expand Down
1 change: 0 additions & 1 deletion src/pages/calendar/views/WeekGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { WEEK_VIEW } from "../../../constants";
import { getDayOfWeekName, getToday, isSameDate } from "../../../utils";
import AddEventButton from "../AddEventButton";
import Events from "../Events";
Expand Down

0 comments on commit f9fa64f

Please sign in to comment.