JXDS18FUJT 1 год назад
Родитель
Сommit
65256d898f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

@@ -17,7 +17,7 @@ export function App() {
     <Router>
     <Switch>
       <Route exact path="/">
-        <Home />
+        <VideoKindList />
       </Route>
       <Route path="/home">
         <Home />