5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import { createTheme } from '@mantine/core';
|
|
|
|
export const theme = createTheme({
|
|
|
|
});
|