diff --git a/src/Components/AppShell/AppShell.tsx b/src/Components/AppShell/AppShell.tsx index 890142d8..c388d922 100644 --- a/src/Components/AppShell/AppShell.tsx +++ b/src/Components/AppShell/AppShell.tsx @@ -2,7 +2,6 @@ import * as React from 'react' import NavBar from './NavBar' import { SetAssetsApi } from './SetAssetsApi' import { AssetsApi } from '../../types' -import 'react-toastify/dist/ReactToastify.css'; import { ContextWrapper } from './ContextWrapper';