Skip to content

Commit

Permalink
remove th td tr
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 9, 2024
1 parent 3365344 commit c1640f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/docs/advanced/table/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout, Steps, Table, Td, Th, Tr } from 'nextra/components'
import { Callout, Table } from 'nextra/components'

# Rendering Tables

Expand Down Expand Up @@ -33,7 +33,7 @@ table will be unstyled because
elements with components provided by `useMDXComponents(){:js}`[^1].

<Callout>
Instead, use the [built-in `<Table>`, `<Th>`, `<Tr>`, and `<Td>` components](/docs/guide/built-ins/table)
Instead, use the [built-in `<Table>` component](/docs/guide/built-ins/table)
available via `nextra/components`.
</Callout>

Expand Down

0 comments on commit c1640f2

Please sign in to comment.