Skip to content

Commit 5bcffd5

Browse files
winniekwokwyHannah Dunsmore
andauthored
Rover details (#24)
Co-authored-by: Hannah Dunsmore <hannah.dunsmore@softwire.com>
1 parent 7c3c9a4 commit 5bcffd5

File tree

17 files changed

+557
-299
lines changed

17 files changed

+557
-299
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# testing
99
/coverage
1010

11+
# api key
12+
.env
13+
1114
# production
1215
/build
1316

package-lock.json

Lines changed: 11 additions & 273 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"eslint-plugin-prettier": "^5.2.1",
6262
"globals": "^15.14.0",
6363
"jest": "^27.5.1",
64-
6564
"prettier": "3.4.2",
6665
"sass": "^1.85.0",
6766
"typescript-eslint": "^8.20.0"

src/App.test.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)