mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-27 06:53:30 +10:00
* replace next with vite * disable strictmode (it interferes with collaboration in dev mode)
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
import { createTheme } from '@mantine/core';
|
|
|
|
export const theme = createTheme({
|
|
|
|
});
|