fix: get user by username api (#2034)

This commit is contained in:
boojack
2023-07-26 22:41:21 +08:00
committed by GitHub
parent 56c321aeaa
commit d8d6de9fca
10 changed files with 21 additions and 43 deletions

View File

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