Skip to content

Commit

Permalink
fix: 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMax2506 committed May 23, 2024
1 parent c2fcac8 commit abcc25a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/context/LanguageContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ import 'dayjs/locale/de';
import 'dayjs/locale/en';
// END: DONT REMOVE THE FOLLOWING IMPORTS
import { Localization, deDE as muiMaterialDE, enUS as muiMaterialEN } from '@mui/material/locale';
import {
LocalizationProvider,
PickersLocaleText,
deDE as muiDatePickersDE,
enUS as muiDatePickersEN,
} from '@mui/x-date-pickers';
import { LocalizationProvider, PickersLocaleText } from '@mui/x-date-pickers';
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
import { deDE as muiDatePickersDE, enUS as muiDatePickersEN } from '@mui/x-date-pickers/locales';
import { LanguageConfiguration, LanguageTag } from '@types';
import dayjs, { Dayjs } from 'dayjs';
import { FC, PropsWithChildren, createContext, useContext } from 'react';
Expand Down

0 comments on commit abcc25a

Please sign in to comment.