caipin 4 năm trước cách đây
mục cha
commit
ecf8284f17
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>
   )
 }