project setup with core files including configuration, package management, and basic structure. Added .gitignore, README, and various TypeScript types for CMS components. Implemented initial components and layouts for the application.
This commit is contained in:
4
middlelayer/types/index.ts
Normal file
4
middlelayer/types/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type { PageSeo } from "./pageSeo";
|
||||
export type { Page } from "./page";
|
||||
export type { Navigation, NavigationLink } from "./navigation";
|
||||
export type { Product } from "./product";
|
||||
Reference in New Issue
Block a user