diff --git a/src/pages/paths.tsx b/src/pages/paths.tsx new file mode 100644 index 0000000..865c9ff --- /dev/null +++ b/src/pages/paths.tsx @@ -0,0 +1,11 @@ +import {type NextPage} from "next"; +import AppWrapper from "../components/AppWrapper"; +import WorkInProgress from "../components/WorkInProgress"; + +const PathsPage: NextPage = () => { + return + + +} + +export default PathsPage; \ No newline at end of file