Skip to content

Commit

Permalink
remove uselocalstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Nov 13, 2024
1 parent a418a8f commit e7e9458
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 213 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ https://www.npmjs.com/package/@risc0/ui

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-35.89%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-78.37%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-71.73%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-35.89%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-38.87%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-79.16%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-72.72%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-38.87%25-red.svg?style=flat) |
155 changes: 0 additions & 155 deletions hooks/use-local-storage.ts

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.211",
"version": "0.0.212",
"private": false,
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -45,7 +45,6 @@
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.0-dev.20240925",
"usehooks-ts": "3.1.0",
"vaul": "1.1.1"
},
"devDependencies": {
Expand Down
55 changes: 0 additions & 55 deletions stories/use-local-storage.stories.tsx

This file was deleted.

0 comments on commit e7e9458

Please sign in to comment.