Refactor admin area and remove legacy root paths
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-13 16:14:04 +01:00
parent e32ac4cacb
commit db897e22bf
65 changed files with 216 additions and 140 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
export { dynamic } from "../root/page";
export { default } from "../root/page";
export { dynamic } from "../_admin/page";
export { default } from "../_admin/page";