Skip to content

Commit

Permalink
Upgrade @hyparam/components and use style from hightable (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Jan 15, 2025
1 parent 92b5ae3 commit e726c69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 217 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"dependencies": {
"@huggingface/hub": "1.0.0",
"@hyparam/components": "0.1.12",
"@hyparam/components": "0.1.13",
"hightable": "0.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'hightable/src/HighTable.css'
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import App from './components/App.js'
import './styles/HighTable.css'
import './styles/index.css'

const app = document.getElementById('app')
Expand Down
215 changes: 0 additions & 215 deletions src/styles/HighTable.css

This file was deleted.

0 comments on commit e726c69

Please sign in to comment.