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