docs: add readme to frontend, documenting some of the structure

This commit is contained in:
Aleksi Lassila
2026-02-16 11:52:06 +02:00
parent 158440efa1
commit a11a06e8a0
3 changed files with 57 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ type HistoryState = {
export type StackRouterStore = ReturnType<typeof useStackRouter>;
export function useStackRouter({
function useStackRouter({
routes,
notFound,
maxDepth