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