Skip to content

Commit

Permalink
chore: deprecate Table component
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Aug 17, 2023
1 parent d7fb240 commit 2aa2cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/stories/tables/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Table } from '#ui/tables/Table'
import { type Meta, type StoryFn } from '@storybook/react'

const setup: Meta<typeof Table> = {
title: 'Tables/Table',
title: 'Tables/Table (DEPRECATED)',
component: Table,
parameters: {
layout: 'padded'
Expand Down

0 comments on commit 2aa2cd0

Please sign in to comment.