temp save

This commit is contained in:
yoan
2024-09-22 18:12:12 +08:00
parent 2cca82eb95
commit 48c1c1e996
8 changed files with 451 additions and 67 deletions

View File

@@ -11,6 +11,7 @@ import Password from "./pages/setting/Password";
import SettingLayout from "./pages/SettingLayout";
import Dashboard from "./pages/dashboard/Dashboard";
import Account from "./pages/setting/Account";
import Notify from "./pages/setting/Notify";
export const router = createHashRouter([
{
@@ -49,6 +50,10 @@ export const router = createHashRouter([
path: "/setting/account",
element: <Account />,
},
{
path: "/setting/notify",
element: <Notify />,
},
],
},
],