categories,18popup,clear.TextEditorSwap,GameCardHover #177

Merged
freakoverse merged 64 commits from staging into master 2024-12-24 19:44:30 +00:00
Showing only changes of commit ba60b7f1d4 - Show all commits

View File

@ -131,11 +131,11 @@ export const routerWithNdkContext = (context: NDKContextType) =>
}, },
{ {
path: appRoutes.submitMod, path: appRoutes.submitMod,
element: <SubmitModPage /> element: <SubmitModPage key='submit' />
}, },
{ {
path: appRoutes.editMod, path: appRoutes.editMod,
element: <SubmitModPage /> element: <SubmitModPage key='edit' />
}, },
{ {
path: appRoutes.write, path: appRoutes.write,