refactor: move contentype to header
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
import { PageTypes } from "@/server/routers/contentstack/breadcrumbs/input"
|
||||
|
||||
import { auth } from "@/auth"
|
||||
import { Blocks } from "@/components/Loyalty/Blocks"
|
||||
@@ -19,7 +18,7 @@ export default async function LoyaltyPage({ lang }: LangParams) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Breadcrumbs pageType={PageTypes.Loyalty} />
|
||||
<Breadcrumbs />
|
||||
<section className={styles.content}>
|
||||
{session ? (
|
||||
<Sidebar lang={lang} />
|
||||
|
||||
Reference in New Issue
Block a user