import type { Meta } from '@storybook/react'; export default { title: 'Table/In Cells' } as Meta; export { Success as Status } from './inside-table.stories';