Skip to content

Commit e726c69

Browse files
authored
Upgrade @hyparam/components and use style from hightable (#13)
1 parent 92b5ae3 commit e726c69

File tree

3 files changed

+3
-217
lines changed

3 files changed

+3
-217
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@huggingface/hub": "1.0.0",
17-
"@hyparam/components": "0.1.12",
17+
"@hyparam/components": "0.1.13",
18+
"hightable": "0.9.0",
1819
"react": "18.3.1",
1920
"react-dom": "18.3.1"
2021
},

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import 'hightable/src/HighTable.css'
12
import { StrictMode } from 'react'
23
import { createRoot } from 'react-dom/client'
34
import App from './components/App.js'
4-
import './styles/HighTable.css'
55
import './styles/index.css'
66

77
const app = document.getElementById('app')

src/styles/HighTable.css

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)