refactor(background): move background to own package, replace example import

This commit is contained in:
Christopher Möller
2022-07-21 13:25:04 +02:00
parent 229c156d79
commit 272d0dfcb4
29 changed files with 384 additions and 275 deletions
+2
View File
@@ -10,9 +10,11 @@
},
"dependencies": {
"@preconstruct/next": "^4.0.0",
"@react-flow/background": "11.0.0",
"@react-flow/core": "11.0.0",
"@react-flow/minimap": "11.0.0",
"dagre": "^0.8.5",
"localforage": "^1.10.0",
"next": "12.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"