mirror of
https://github.com/docmost/docmost.git
synced 2026-07-07 13:14:32 +10:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
import { createTheme } from '@mantine/core';
|
|
|
|
export const theme = createTheme({
|
|
|
|
});
|