File tree Expand file tree Collapse file tree 4 files changed +1031
-492
lines changed Expand file tree Collapse file tree 4 files changed +1031
-492
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import Home from "./pages/Home";
88import AFrameDemoPage from "./pages/demos/AFrameDemoPage" ;
99import ARDemoPage from "./pages/demos/ARDemoPage" ;
1010import ThreeDemoPage from "./pages/demos/ThreeDemoPage" ;
11+ import DocsPage from "./pages/DocsPage" ;
1112import { appConfig } from "@/config/app.config" ;
1213
1314function Router ( ) {
@@ -18,6 +19,7 @@ function Router() {
1819 < Route path = { "/demos/aframe" } component = { AFrameDemoPage } />
1920 < Route path = { "/demos/ar" } component = { ARDemoPage } />
2021 < Route path = { "/demos/3d" } component = { ThreeDemoPage } />
22+ < Route path = { "/docs" } component = { DocsPage } />
2123 < Route path = { "/404" } component = { NotFound } />
2224 < Route component = { NotFound } />
2325 </ Switch >
You can’t perform that action at this time.
0 commit comments