diff --git a/src/App.tsx b/src/App.tsx index 70362ef..b0a2f38 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,16 @@ -import { Route, Switch } from 'react-router'; +import { Route, Switch } from 'react-router-dom'; +import GlobalStyles from './GlobalStyles'; const App = () => { return ( - - -
-
-
+ <> + + + +

TEST

+
+
+ ); };