diff --git a/src/frontend/src/components/pageLayout/index.tsx b/src/frontend/src/components/pageLayout/index.tsx index bf815e9ac..10be78bbd 100644 --- a/src/frontend/src/components/pageLayout/index.tsx +++ b/src/frontend/src/components/pageLayout/index.tsx @@ -1,3 +1,4 @@ +import { CustomBanner } from "@/customization/components/custom-banner"; import { Separator } from "../ui/separator"; export default function PageLayout({ @@ -14,19 +15,22 @@ export default function PageLayout({ betaIcon?: boolean; }) { return ( -
{description}
+{description}
+