import { Alert, AlertDescription, AlertIcon } from '@chakra-ui/react'; import * as Panel from '../../panel-utils/PanelUtils'; import EditorSettingsForm from './EditorSettingsForm'; export default function InterfacePanel() { return ( <> Interface Interface settings

These concern settings that are applied to this user in this browser.
It will not affect other users or other browsers.
); }