import ActionButton from "../react/ActionButton"; import { t } from "../../services/i18n"; import { useNoteContext } from "../react/hooks"; export default function ToggleSidebarButton() { const { noteContext, parentComponent } = useNoteContext(); return (