Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 19, 2024
1 parent ad2d423 commit 5152b7c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import React from 'react';
import type { EmptyTabContent } from './EmptyTabContent';
import { EmptyTabContent } from './EmptyTabContent';
import { DocumentIcon } from '@storybook/icons';
import { Link } from '@storybook/components';
import type { Meta, StoryObj } from '@storybook/react';
const EmptyComponent = () => '';

export default {
component: EmptyComponent,
component: EmptyTabContent,
parameters: {
layout: 'centered',
},
Expand Down

0 comments on commit 5152b7c

Please sign in to comment.