Skip to content
Snippets Groups Projects
Commit e3568c17 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix import eslint problem

parent 75c2bd9e
No related branches found
No related tags found
1 merge request!7update master to dev
import { // eslint-disable-next-line object-curly-newline
Avatar, Box, Button, IconButton, TextField, Typography, import { Avatar, Box, Button, IconButton, TextField, Typography } from '@material-ui/core';
} from '@material-ui/core';
import CloseIcon from '@material-ui/icons/Close'; import CloseIcon from '@material-ui/icons/Close';
import React, { Dispatch, SetStateAction } from 'react'; import React, { Dispatch, SetStateAction } from 'react';
import { CustomModal } from './CustomModal'; import { CustomModal } from './CustomModal';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment