Files
Homarr/src/tools/theme.ts
Aj - Thomas 32f81cefe7 🏗️ 💥 Change the whole folder structure.
Now using src as a subfolder to the source files
2022-05-14 01:14:56 +02:00

4 lines
111 B
TypeScript

import { MantineProviderProps } from '@mantine/core';
export const theme: MantineProviderProps['theme'] = {};