🐛 Bug fixes

This commit is contained in:
2024-06-26 15:17:10 +08:00
parent 6667bff188
commit 8044a1e5f2
7 changed files with 30 additions and 25 deletions

View File

@ -8,6 +8,7 @@ const router = createRouter({
{
path: "/",
redirect: { name: "dashboard" },
meta: { public: true },
},
{
path: "/users",