summaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index bdc170d..11540b1 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,6 +1,5 @@
import { Outlet } from 'react-router-dom';
import CssBaseline from '@mui/material/CssBaseline';
-
import NavBar from './components/NavBar';
function App() {