diff --git a/src/App.tsx b/src/App.tsx index 3e80e017..7f0715a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,11 +3,11 @@ import React from 'react'; import { GlobalInfoProvider } from "./context/globalInfo"; import { PageWrapper } from "./pages/PageWrappper"; -function App () { +function App() { return ( - + ); }