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 92b5ae3 commit e726c69Copy full SHA for e726c69
package.json
@@ -14,7 +14,8 @@
14
},
15
"dependencies": {
16
"@huggingface/hub": "1.0.0",
17
- "@hyparam/components": "0.1.12",
+ "@hyparam/components": "0.1.13",
18
+ "hightable": "0.9.0",
19
"react": "18.3.1",
20
"react-dom": "18.3.1"
21
src/main.tsx
@@ -1,7 +1,7 @@
1
+import 'hightable/src/HighTable.css'
2
import { StrictMode } from 'react'
3
import { createRoot } from 'react-dom/client'
4
import App from './components/App.js'
-import './styles/HighTable.css'
5
import './styles/index.css'
6
7
const app = document.getElementById('app')
src/styles/HighTable.css
0 commit comments