Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Dec 12, 2023
1 parent 5bbc945 commit dfb95d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import { heIL as heILmui } from '@mui/x-date-pickers/locales'
import { ThemeProvider, createTheme } from '@mui/material'
import { AdapterMoment } from '@mui/x-date-pickers/AdapterMoment'
import { LocalizationProvider } from '@mui/x-date-pickers'
import { EasterEgg, Envelope } from './pages/EasterEgg/EasterEgg'
import { EasterEgg } from './pages/EasterEgg/EasterEgg'
import { usePages } from './routes'
import MainLayout from './layout'
import { Envelope } from './pages/EasterEgg/Envelope'

const theme = createTheme(
{
Expand Down

0 comments on commit dfb95d5

Please sign in to comment.