'use client' type ToolbarProps = { onAddDialogue: () => void onAddChoice: () => void onAddVariable: () => void onSave: () => void onExport: () => void onImport: () => void onProjectSettings: () => void } export default function Toolbar({ onAddDialogue, onAddChoice, onAddVariable, onSave, onExport, onImport, onProjectSettings, }: ToolbarProps) { return (