code4eat 2 лет назад
Родитель
Сommit
a24bc66e76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app.tsx

+ 1 - 1
src/app.tsx

@@ -303,7 +303,7 @@ export function patchRoutes({ routes }:{routes:any}) {
             }
         }
   }
-
+  
   treeLoop(routes[0]);
 }