caipin 4 år sedan
förälder
incheckning
ecf8284f17
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/App.tsx

+ 2 - 1
src/App.tsx

@@ -1,3 +1,4 @@
+
 import Guards from '@/components/Navigation'
 import history from '@/utils/history'
 import 'nprogress/nprogress.css'
@@ -15,7 +16,7 @@ const App = () =>{
             <Guards routeConfig={routeConfig}></Guards>
           </Switch>
         </AliveScope>
-      </Router >
+      </Router > 
     </div>
   )
 }