Skip to content
Snippets Groups Projects
Commit d13f1ea9 authored by ali asaria's avatar ali asaria
Browse files

removed unused imports

parent 204157c8
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,8 @@ import { ...@@ -19,10 +19,8 @@ import {
FormControl, FormControl,
FormLabel, FormLabel,
Input, Input,
Select,
Option, Option,
Box, Box,
FormHelperText,
IconButton, IconButton,
Dropdown, Dropdown,
MenuButton, MenuButton,
...@@ -36,8 +34,6 @@ import { ...@@ -36,8 +34,6 @@ import {
PlusCircleIcon, PlusCircleIcon,
XSquareIcon, XSquareIcon,
} from 'lucide-react'; } from 'lucide-react';
import DownloadButton from '../Train/DownloadButton';
import { Link } from 'react-router-dom';
import { Editor } from '@monaco-editor/react'; import { Editor } from '@monaco-editor/react';
import fairyflossTheme from '../../Shared/fairyfloss.tmTheme.js'; import fairyflossTheme from '../../Shared/fairyfloss.tmTheme.js';
......
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