Init template

This commit is contained in:
Vitaly Rtishchev 2023-06-12 11:15:25 +04:00
commit c7020592dc
18 changed files with 2574 additions and 0 deletions

5
src/theme.ts Normal file
View file

@ -0,0 +1,5 @@
import { createTheme } from "@mantine/core";
import { themeToVars } from "@mantine/vanilla-extract";
export const theme = createTheme({});
export const vars = themeToVars(theme);