import { Stack } from '@mantine/core'; import { WindowHotkeySettings } from './window-hotkey-settings'; export const HotkeysTab = () => { return ( ); };