chore: upgrade version to 0.14.1 (#2004)

This commit is contained in:
boojack
2023-07-22 09:58:03 +08:00
committed by GitHub
parent 55975a46d8
commit 4231ec5a1a
3 changed files with 5 additions and 5 deletions

View File

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