Files
Zacharias-Brohn d702390660 initial commit
2026-01-14 06:12:55 +01:00

8 lines
145 B
TypeScript

'use client';
import { createTheme } from '@mantine/core';
export const theme = createTheme({
/* Put your mantine theme override here */
});