chore: update user profile page

This commit is contained in:
Steven
2023-09-10 10:33:22 +08:00
parent 44be7201c0
commit 3df550927d
24 changed files with 74 additions and 195 deletions

View File

@ -218,7 +218,7 @@ const router = createBrowserRouter([
},
},
{
path: "u/:username",
path: "/u/:username",
element: <UserProfile />,
loader: async () => {
await initialGlobalStateLoader();