"use client"; import { ThemeToggle } from "./theme-toggle"; export function Header() { return (
Dashboard Example
); }