소스 검색

支付功能开发

JXDS18FUJT 1 년 전
부모
커밋
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 />