mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import { MantineProviderProps } from '@mantine/core';
|
|
|
|
export const theme: MantineProviderProps['theme'] = {};
|