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