Skip to content

Commit

Permalink
fix: πŸ› The consumer would get an error due to incorrect import
Browse files Browse the repository at this point in the history
βœ… Closes: #918
  • Loading branch information
hvilander committed Aug 1, 2023
1 parent 71426ef commit 4da3cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ dist

# TS Declaration files
.dts

# MacOS Specific
.DS_Store
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import {ClickAwayListener, Grid, TextField} from '@mui/material';
import {DateTimePicker} from '@mui/x-date-pickers/DateTimePicker';
import {DateTimePicker} from '@mui/x-date-pickers';
import {useForm} from '../../../hooks/useForm';
import type {MarkOptional} from 'ts-essentials';
import type {Moment} from 'moment';
Expand Down

0 comments on commit 4da3cec

Please sign in to comment.