mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-03 07:10:46 +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 EdgelessToolbar from '@/components/edgeless-toolbar';
|
||||||
import MobileModal from '@/components/mobile-modal';
|
import MobileModal from '@/components/mobile-modal';
|
||||||
import { useAppState } from '@/providers/app-state-provider/context';
|
import { useAppState } from '@/providers/app-state-provider/context';
|
||||||
|
/**
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
import exampleMarkdown from '@/templates/Welcome-to-the-AFFiNE-Alpha.md';
|
import exampleMarkdown from '@/templates/Welcome-to-the-AFFiNE-Alpha.md';
|
||||||
import type { NextPageWithLayout } from '../..//_app';
|
import type { NextPageWithLayout } from '../..//_app';
|
||||||
import WorkspaceLayout from '@/components/workspace-layout';
|
import WorkspaceLayout from '@/components/workspace-layout';
|
||||||
|
|||||||
Reference in New Issue
Block a user