mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +08:00
feat: add mobile modal for tip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user