Skip to content

Commit

Permalink
feat(web): add 2 nums visual example
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 committed Oct 13, 2023
1 parent 4b192df commit 79bea1a
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 116 deletions.
30 changes: 30 additions & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"preview": "vite preview"
},
"dependencies": {
"dagre": "^0.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.9.3"
},
"devDependencies": {
"@types/dagre": "^0.7.50",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
42 changes: 0 additions & 42 deletions web/src/App.css

This file was deleted.

Loading

0 comments on commit 79bea1a

Please sign in to comment.