'use client'; import { cn } from '@/components/ui/core/styling'; import React from 'react'; export function LayoutHeaderBackground() { return ( <>
); }