Skip to content

Commit

Permalink
solution: remove invalid stories
Browse files Browse the repository at this point in the history
  • Loading branch information
BOOMER74 committed Nov 7, 2023
1 parent 2d0f9b1 commit 1e97491
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 64 deletions.
18 changes: 9 additions & 9 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
"tasks": [
{
"type": "npm",
"group": {
"isDefault": true,
"kind": "build"
},
"label": "build:dev",
"script": "build:dev"
"group": "build",
"label": "clean",
"script": "clean"
},
{
"type": "npm",
Expand All @@ -18,9 +15,12 @@
},
{
"type": "npm",
"group": "build",
"label": "clean",
"script": "clean"
"group": {
"isDefault": true,
"kind": "build"
},
"label": "build:dev",
"script": "build:dev"
},
{
"type": "npm",
Expand Down
18 changes: 0 additions & 18 deletions packages/react-app/stories/Send/index.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions packages/react-app/stories/SignTx/index.tsx

This file was deleted.

0 comments on commit 1e97491

Please sign in to comment.