Skip to content

Commit

Permalink
docs: Remove TestPage
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 27, 2023
1 parent a8465f0 commit a8e1db2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
2 changes: 0 additions & 2 deletions website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { theme } from './theme';
import { Layout } from './components/Layout';
import DocsPage from './pages/index.mdx';
import { MDXComponents } from './components/MDXComponent';
import TestPage from './pages/TestPage';

new VConsole();

Expand All @@ -16,7 +15,6 @@ export default function App() {
<ThemeProvider theme={theme}>
<Routes>
<Route path="/" element={<Layout />}>
<Route path="/test" element={<TestPage />} />
<Route path="*" element={<DocsPage components={MDXComponents} />} />
</Route>
</Routes>
Expand Down
60 changes: 0 additions & 60 deletions website/src/pages/TestPage.tsx

This file was deleted.

0 comments on commit a8e1db2

Please sign in to comment.