refactor(help): co-locate help page into features/help; pages/ now empty

This commit is contained in:
Psychotoxical
2026-06-30 18:16:44 +02:00
parent 1e3c7f1915
commit b3b7af0390
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Help feature — the static help / usage-guide page (keyboard shortcuts, tips,
* FAQ). The page is lazy-loaded by the router via its deep path, so it is not
* re-exported here; it has no other module surface.
*/
export {};