Skip to content

Commit a178d76

Browse files
committed
Use more classes in module.css
1 parent 23cd156 commit a178d76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/gitbook/src/components/DocumentView/Table/RecordRow.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ import React from 'react';
44
import { RecordColumnValue } from './RecordColumnValue';
55
import { TableRecordKV, TableViewProps } from './Table';
66
import styles from './table.module.css';
7-
8-
import { tcls } from '@/lib/tailwind';
9-
10-
import { RecordColumnValue } from './RecordColumnValue';
11-
import { TableRecordKV, TableViewProps } from './Table';
127
import { getColumnWidth } from './ViewGrid';
138

149
export function RecordRow(

0 commit comments

Comments
 (0)