mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 08:09:17 -06:00
Add shell page for paths project
This commit is contained in:
11
src/pages/paths.tsx
Normal file
11
src/pages/paths.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import {type NextPage} from "next";
|
||||
import AppWrapper from "../components/AppWrapper";
|
||||
import WorkInProgress from "../components/WorkInProgress";
|
||||
|
||||
const PathsPage: NextPage = () => {
|
||||
return <AppWrapper>
|
||||
<WorkInProgress />
|
||||
</AppWrapper>
|
||||
}
|
||||
|
||||
export default PathsPage;
|
||||
Reference in New Issue
Block a user