feat: add mobile modal for tip

This commit is contained in:
QiShaoXuan
2022-10-31 16:18:48 +08:00
parent a11306bf89
commit 795cd8e98f
7 changed files with 144 additions and 2 deletions
+2
View File
@@ -5,6 +5,7 @@ import { Header } from '@/components/Header';
import { FAQ } from '@/components/faq';
import Loading from '@/components/loading';
import EdgelessToolbar from '@/components/edgeless-toolbar';
import MobileModal from '@/components/mobile-modal';
import '@/components/simple-counter';
const StyledEditorContainer = styled('div')(({ theme }) => {
@@ -52,6 +53,7 @@ const Home: NextPage = () => {
return (
<StyledPage>
<Header />
<MobileModal />
<StyledEditorContainer>
<DynamicEditor />
</StyledEditorContainer>