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