'use client' export function DebugTheme({ theme }: { theme: string }) { return (
Debug Theme: {theme}
) }