import { AvailableSidebarViews } from "@hooks/stores"; import { Button } from "@components/Button"; import { cx } from "@/cva.config"; import { m } from "@localizations/messages.js"; export default function SidebarHeader({ title, setSidebarView, }: { title: string; setSidebarView: (view: AvailableSidebarViews | null) => void; }) { return (