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