mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 16:31:53 +08:00
feat: add about page
This commit is contained in:
@@ -4,6 +4,7 @@ import { env } from "@/config";
|
||||
import MemShellPage from "@/pages/memshell";
|
||||
import ProbeShellPage from "@/pages/probeshell";
|
||||
import type { MemShellFormSchema } from "@/types/schema";
|
||||
import AboutPage from "@/pages/about";
|
||||
|
||||
// Function to parse URL parameters into form default values
|
||||
const parseUrlParams = (
|
||||
@@ -89,6 +90,10 @@ export const router = createHashRouter(
|
||||
path: "probeshell",
|
||||
element: <ProbeShellPage />,
|
||||
},
|
||||
{
|
||||
path: "about",
|
||||
element: <AboutPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user