import { Global } from '@mantine/core'; import { useConfig } from '../../tools/state'; export function Background() { const { config } = useConfig(); return ( ); }