Skip to content

Commit 364f011

Browse files
committed
fix: lint errors
1 parent 8756f99 commit 364f011

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/ui/src/components/List/Row.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useTheme } from '@emotion/react'
21
import styled from '@emotion/styled'
32
import type { ReactNode } from 'react'
43
import {
@@ -238,8 +237,6 @@ export const Row = forwardRef<HTMLTableRowElement, RowProps>(
238237
columns,
239238
} = useListContext()
240239

241-
const theme = useTheme()
242-
243240
const expandedRowId = useId()
244241

245242
const checkboxRef = useRef<HTMLInputElement>(null)

packages/ui/src/components/Table/HeaderRow.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useTheme } from '@emotion/react'
21
import styled from '@emotion/styled'
32
import type { ReactNode } from 'react'
43
import { Checkbox } from '../Checkbox'

0 commit comments

Comments
 (0)