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