Skip to content

Commit 580803a

Browse files
committed
rename variable 'classes' to 'styles'
1 parent 7ddf178 commit 580803a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/viewers/ParquetView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { RoutesConfig, appendSearchParams } from '../../lib/routes.js'
55
import { FileSource } from '../../lib/sources/types.js'
66
import { parquetDataFrame } from '../../lib/tableProvider.js'
77
import { stringify } from '../../lib/utils.js'
8-
import classes from '../../styles/ParquetView.module.css'
8+
import styles from '../../styles/ParquetView.module.css'
99
import { Spinner } from '../Layout.js'
1010
import CellPanel from './CellPanel.js'
1111
import ContentHeader, { ContentSize } from './ContentHeader.js'
@@ -103,7 +103,7 @@ export default function ParquetView({ source, setProgress, setError, config }: V
103103
onDoubleClickCell={onDoubleClickCell}
104104
onMouseDownCell={onMouseDownCell}
105105
onError={setError}
106-
className={classes.hightable}
106+
className={styles.hightable}
107107
stringify={stringify}
108108
/>}
109109

0 commit comments

Comments
 (0)