mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
feat: add comment to resolve type check error
This commit is contained in:
@@ -11,7 +11,9 @@ import { EditorHeader } from '@/components/header';
|
||||
import EdgelessToolbar from '@/components/edgeless-toolbar';
|
||||
import MobileModal from '@/components/mobile-modal';
|
||||
import { useAppState } from '@/providers/app-state-provider/context';
|
||||
|
||||
/**
|
||||
* @type {string}
|
||||
*/
|
||||
import exampleMarkdown from '@/templates/Welcome-to-the-AFFiNE-Alpha.md';
|
||||
import type { NextPageWithLayout } from '../..//_app';
|
||||
import WorkspaceLayout from '@/components/workspace-layout';
|
||||
|
||||
Reference in New Issue
Block a user