Skip to content

Commit

Permalink
🚑️ datepicker: fix styled import
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Sep 26, 2023
1 parent cb008b4 commit 799bc25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import DatePicker, {
} from 'react-datepicker'
import 'react-datepicker/dist/react-datepicker.css'
import enGb from 'date-fns/locale/en-GB'
import {
styled,
import styled, {
css,
ThemeProvider,
StyleSheetManager,
Expand Down

0 comments on commit 799bc25

Please sign in to comment.