Skip to content

Commit ae27917

Browse files
committed
remove unused type
1 parent 47e56e3 commit ae27917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/styled-react/src/components/DataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Table as PrimerDataTable, type TableContainerProps} from '@primer/react/experimental'
1+
import {Table as PrimerDataTable} from '@primer/react/experimental'
22
import {sx, type SxProp} from '../sx'
33
import styled from 'styled-components'
44
import type React from 'react'

0 commit comments

Comments
 (0)