chore: add support for react-intl, mui, apolloql
This commit is contained in:
5
packages/web/src/styles/theme.ts
Normal file
5
packages/web/src/styles/theme.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createTheme } from '@mui/material/styles';
|
||||
|
||||
const theme = createTheme();
|
||||
|
||||
export default theme;
|
Reference in New Issue
Block a user