1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-15 01:40:05 +00:00

chore(web): fix build warnings

This commit is contained in:
Yury Shkoda
2021-10-20 16:09:16 +03:00
parent 77cb7ef50f
commit 4297285b26
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react'
import { Route, HashRouter, Switch, Redirect } from 'react-router-dom'
import { Route, HashRouter, Switch } from 'react-router-dom'
import { ThemeProvider } from '@mui/material/styles'
import { theme } from './theme'