mirror of
https://github.com/docmost/docmost.git
synced 2026-07-14 15:56:47 +10:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
'use client';
|
|
|
|
import { createTheme } from '@mantine/core';
|
|
|
|
export const theme = createTheme({
|
|
|
|
});
|