@@ -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>
)
}