refactor: move contentype to header
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { PageTypes } from "@/server/routers/contentstack/breadcrumbs/input"
|
||||
|
||||
export type BreadcrumbsProps = {
|
||||
pageType?: PageTypes
|
||||
}
|
||||
4
types/requests/pageType.ts
Normal file
4
types/requests/pageType.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum PageTypeEnum {
|
||||
accountPage = "account-page",
|
||||
loyaltyPage = "loyalty-page",
|
||||
}
|
||||
Reference in New Issue
Block a user