feat: create app mode provider

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-03-20 13:42:24 +01:00
committed by Patrik Oldsberg
parent 60167a3980
commit 641a068514
5 changed files with 211 additions and 3 deletions
+2 -1
View File
@@ -142,7 +142,8 @@
"@types/react": "*",
"@types/react-dom": "*",
"@types/zen-observable": "^0.8.0",
"cross-env": "^7.0.0"
"cross-env": "^7.0.0",
"msw": "^1.0.0"
},
"bundled": true
}