fix: editor cannot directly import (#995)

This commit is contained in:
Himself65
2023-02-14 10:43:26 -06:00
committed by GitHub
parent 8dac464b61
commit 2196379798
3 changed files with 7 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export * from './components/BlockSuiteEditor';
// export * from './components/BlockSuiteEditor';
export * from './ui/breadcrumbs';
export * from './ui/button';
export * from './ui/confirm';

View File

@@ -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({