chore(templates): update import paths to reflect new @zen/core module structure and bump version to 1.4.1
This commit is contained in:
@@ -1 +1 @@
|
||||
export { default } from '@zen/core/features/admin/page';
|
||||
export { default } from '@zen/core/features/admin/server';
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { default } from '@zen/core/features/auth/page';
|
||||
export { default } from '@zen/core/features/auth/server';
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export { default, generateMetadata } from '@zen/core/modules/page';
|
||||
@@ -1 +1 @@
|
||||
export { GET, POST, PUT, DELETE, PATCH } from '@zen/core/zen/api';
|
||||
export { GET, POST, PUT, DELETE, PATCH } from '@zen/core/api/handler';
|
||||
|
||||
Reference in New Issue
Block a user