Skip to content

Commit

Permalink
Merge pull request #61 from parkerdavis1/dev
Browse files Browse the repository at this point in the history
Bring in react-big-calendar styles
  • Loading branch information
gregv authored Dec 7, 2023
2 parents 2bcc809 + db2941e commit a095416
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/calendar+/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import parse from 'date-fns/parse/index.js'
import startOfWeek from 'date-fns/startOfWeek/index.js'
import getDay from 'date-fns/getDay/index.js'
import enUS from 'date-fns/locale/en-US/index.js'
import 'react-big-calendar/lib/css/react-big-calendar.css'
import '~/styles/react-big-calendar.css'
import { Icon } from '~/components/ui/icon.tsx'

import {
Expand Down
Loading

0 comments on commit a095416

Please sign in to comment.