Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 2, 2024
1 parent 2d614eb commit 3ff5124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/data-table.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ReactElement } from 'react'
import { Table, Tbody, Td, Th, Thead, Tr } from '@chakra-ui/react'
import cx from 'classnames'

export interface DataTableProps<T> {
items: T[]
Expand Down

0 comments on commit 3ff5124

Please sign in to comment.