mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
chore: improve types for markdown
This commit is contained in:
Vendored
+4
-1
@@ -1 +1,4 @@
|
||||
declare module '*.md';
|
||||
declare module '*.md' {
|
||||
const text: string;
|
||||
export default text;
|
||||
}
|
||||
|
||||
@@ -11,9 +11,6 @@ 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