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