Template
mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-08-15 02:53:08 +10:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
'use client';
|
|
|
|
import { createTheme } from '@mantine/core';
|
|
|
|
export const theme = createTheme({/* Put your mantine theme override here */});
|