mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: editor cannot directly import (#995)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export * from './components/BlockSuiteEditor';
|
||||
// export * from './components/BlockSuiteEditor';
|
||||
export * from './ui/breadcrumbs';
|
||||
export * from './ui/button';
|
||||
export * from './ui/confirm';
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
import React, { Suspense } from 'react';
|
||||
import { Meta, Story } from '@storybook/react';
|
||||
import { builtInSchemas } from '@blocksuite/blocks/models';
|
||||
import { BlockSuiteEditor, BlockSuiteEditorProps } from '..';
|
||||
import {
|
||||
BlockSuiteEditor,
|
||||
BlockSuiteEditorProps,
|
||||
} from '../components/BlockSuiteEditor';
|
||||
import { Page, Workspace } from '@blocksuite/store';
|
||||
|
||||
const worksapce = new Workspace({
|
||||
|
||||
Reference in New Issue
Block a user