We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cd156 commit a178d76Copy full SHA for a178d76
packages/gitbook/src/components/DocumentView/Table/RecordRow.tsx
@@ -4,11 +4,6 @@ import React from 'react';
4
import { RecordColumnValue } from './RecordColumnValue';
5
import { TableRecordKV, TableViewProps } from './Table';
6
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';
12
import { getColumnWidth } from './ViewGrid';
13
14
export function RecordRow(
0 commit comments