Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Oct 11, 2024
1 parent 218a23f commit fe5a7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
type GridRenderEditCellParams,
} from '@mui/x-data-grid{{ getMUIDataGridPlanSuffix }}';
import { AdapterDateFns } from '@mui/x-date-pickers{{ getMUIPickersPlanSuffix }}/AdapterDateFns';
import { LocalizationProvider } from '@mui/x-date-pickers{{ getMUIPickersPlanSuffix }}/LocalizationProvider';
import { LocalizationProvider } from '@mui/x-date-pickers{{ getMUIPickersPlanSuffix }}';
import { TRINARY_LOGIC } from '~/components-api/components/TrinaryLogic';
import { MdiIcon } from '../MdiIcon';
import { locales, useL10N } from '~/l10n/l10n-context';
Expand Down

0 comments on commit fe5a7df

Please sign in to comment.