Skip to content

Commit

Permalink
Merge pull request #2 from omkarshelar/storybook-fix
Browse files Browse the repository at this point in the history
Fix storybook build error
  • Loading branch information
ozanyurtsever authored Jun 22, 2022
2 parents fc2b677 + c283d8f commit 357f848
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions stories/Verbum.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
import React from 'react';
import { Meta } from '@storybook/react';
import { EditorComposer, Editor } from '../src';
import PlaygroundApp from '../src/App';
import ToolbarPlugin from '../src/plugins/ToolbarPlugin/ToolbarPlugin';
import AlignDropdown from '../src/plugins/ToolbarPlugin/components/AlignDropdown';
import { LexicalEditor } from 'lexical';
import InsertDropdown from '../src/plugins/ToolbarPlugin/components/InsertDropdown';

const meta: Meta = {
title: 'Welcome',
component: PlaygroundApp,
export default {
title: 'Verbum',
};

export default meta;

export const FullEditor = () => (
<EditorComposer>
<Editor>
Expand Down

0 comments on commit 357f848

Please sign in to comment.