6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { MantineProviderProps } from '@mantine/core';
|
|
|
|
export const theme: MantineProviderProps['theme'] = {
|
|
|
|
};
|