Skip to content

Commit

Permalink
manifest.json error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanavelPascual7 committed Nov 5, 2023
1 parent 0faa0ab commit b326a01
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_URL=http://localhost:4005
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
node_modules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Empty file added public/manifest.json
Empty file.
9 changes: 9 additions & 0 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

function Navbar() {
return (
<div>Navbar</div>
)
}

export default Navbar

0 comments on commit b326a01

Please sign in to comment.