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