refactor: move contentype to header

This commit is contained in:
Matilda Landström
2024-05-29 13:47:27 +02:00
parent 286227705a
commit c8247bb2e4
9 changed files with 172 additions and 174 deletions

View File

@@ -1,5 +0,0 @@
import { PageTypes } from "@/server/routers/contentstack/breadcrumbs/input"
export type BreadcrumbsProps = {
pageType?: PageTypes
}