Add dedicated local admin domain routing
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { default } from "../../../../_admin/portfolio/projects/[id]/page";
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from "../../../../_admin/portfolio/projects/new/page";
|
||||
@@ -0,0 +1 @@
|
||||
export { default } from "../../../_admin/portfolio/projects/page";
|
||||
Reference in New Issue
Block a user