Skip to content

Commit

Permalink
fix eslint errors4
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaOlas committed Oct 4, 2023
1 parent 1dea850 commit b2fbf4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/WelcomeModal/FirstPhase.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { useSnackbar } from 'notistack';
import React from 'react';

import { useSnackbar } from 'notistack';
import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
import { Checkbox } from '@mui/material';
import Button from '@mui/material/Button';
import MobileStepper from '@mui/material/MobileStepper';


import { CGU } from 'src/components/CGU';
import { Flag } from 'src/components/Flag';
import { Map } from 'src/components/Map';
Expand Down

0 comments on commit b2fbf4a

Please sign in to comment.