refactor: remove unused code and packages

This commit is contained in:
Vojtech Simetka
2021-04-02 15:12:47 +02:00
parent 009de5924e
commit 9838aa70c8
4 changed files with 521 additions and 3446 deletions
-8
View File
@@ -8,14 +8,6 @@ import CssBaseline from '@material-ui/core/CssBaseline';
import BaseRouter from './routes/routes';
import { lightTheme, darkTheme } from './theme';
declare global {
interface Window {
ethereum: {};
web3: {};
}
}
function App() {
const [themeMode, toggleThemeMode] = useState('light');