Skip to content

Commit

Permalink
Remove Meta component whitespace to avoid mdx-js parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jul 16, 2021
1 parent 7fa17c5 commit 72fd802
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/AppView/AppView.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import AppView from './AppView';

<Meta
<Meta
title="Components/AppView"
component={AppView}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Assignment/Assignment.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import Assignment from './Assignment';

<Meta
<Meta
title="Components/Assignment"
component={Assignment}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/AuthProvider/AuthProvider.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import AuthProvider from "./AuthProvider";

<Meta
<Meta
title="Components/AuthProvider"
component={AuthProvider}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import webqueue2Theme from "../../theme.js";
import CurrentBreakPoint from "./CurrentBreakPoint";
import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';

<Meta
<Meta
title="Components/CurrentBreakpoint"
component={CurrentBreakPoint}
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import DirectoryInformation from './DirectoryInformation';

<Meta
<Meta
title="Components/DirectoryInformation"
component={DirectoryInformation}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/EmailHeader/EmailHeader.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import EmailHeader from './EmailHeader';

<Meta
<Meta
title="Components/EmailHeader"
component={EmailHeader}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemBodyView/ItemBodyView.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemBodyView from './ItemBodyView';

<Meta
<Meta
title="Components/ItemBodyView"
component={ItemBodyView}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemHeaderView/ItemHeaderView.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemHeaderView from './ItemHeaderView';

<Meta
<Meta
title="Components/ItemHeaderView"
component={ItemHeaderView}
argTypes={{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemMetadataView from "./ItemMetadataView";

<Meta
<Meta
title="Components/ItemMetadataView"
component={ItemMetadataView}
argTypes={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemProvider/ItemProvider.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemProvider from "./ItemProvider";

<Meta
<Meta
title="Components/ItemProvider"
component={ItemProvider}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemTable from './ItemTable';

<Meta
<Meta
title="Components/ItemTable"
component={ItemTable}
argTypes={{
Expand Down

0 comments on commit 72fd802

Please sign in to comment.