feat: main

This commit is contained in:
Nikolaj Frey 2023-08-23 08:12:19 +10:00
parent d01752e5f7
commit b583909535

View File

@ -37,6 +37,7 @@ export const usePath = (props?: any) => {
if (!mode) { if (!mode) {
return "things" return "things"
} }
return mode
}) })
} }
}, [pathname, modes]) }, [pathname, modes])