File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { Badge } from "@/components/ui/badge";
1414import { Button } from "@/components/ui/button" ;
1515import { ScrollArea } from "@/components/ui/scroll-area" ;
1616import { cn } from "@/utils/utils" ;
17+
1718import { AppLayout } from "./app-layout" ;
1819
1920export interface DocsSection {
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import { NotFoundPage } from "./pages/not-found-page";
2727import { PlaygroundPage } from "./pages/playground-page" ;
2828import { ProfilePage } from "./pages/profile-page" ;
2929import { PublicExecutionPage } from "./pages/public-execution-page" ;
30- import { TestMdxPage } from "./pages/docs/test-mdx" ;
3130
3231export interface RouteHandle {
3332 head ?:
@@ -166,10 +165,6 @@ export const routes: AppRouteObject[] = [
166165 ) ,
167166 } ,
168167 } ,
169- {
170- path : "/docs/test-mdx" ,
171- element : < TestMdxPage /> ,
172- } ,
173168 {
174169 path : "/docs/overview" ,
175170 element : (
You can’t perform that action at this time.
0 commit comments