8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
"use client";
|
|
|
|
import { createTheme } from "@mantine/core";
|
|
|
|
export const theme = createTheme({
|
|
/* Put your mantine theme override here */
|
|
});
|