attempt to fix leafish template issues

This commit is contained in:
Amruth Pillai
2023-07-27 20:08:47 +02:00
parent 7465a7ec78
commit f937a88b9d
4 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
import { Cake, Email, Phone, Public, Room } from '@mui/icons-material';
import { alpha } from '@mui/material';
import { ThemeConfig } from 'schema';
import get from 'lodash/get';
import isEmpty from 'lodash/isEmpty';
import { ThemeConfig } from 'schema';
import Markdown from '@/components/shared/Markdown';
import { useAppSelector } from '@/store/hooks';