Skip to content

Commit

Permalink
refactor: renterd libs extract route variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Apr 15, 2024
1 parent a03e7ac commit 443c8fb
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 102 deletions.
5 changes: 3 additions & 2 deletions libs/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"react": "^18.2.0",
"swr": "^2.1.1",
"axios": "^0.27.2",
"use-local-storage-state": "^18.3.3",
"@siafoundation/next": "^0.1.3"
"use-local-storage-state": "^18.3.3"
},
"dependencies": {
"@siafoundation/next": "^0.1.3",
"@siafoundation/request": "0.0.0",
"detect-gpu": "^5.0.34"
},
"types": "./src/index.d.ts"
Expand Down
Loading

0 comments on commit 443c8fb

Please sign in to comment.