Skip to content

Commit

Permalink
remover alerta babel + estrutura do projeto-pastas
Browse files Browse the repository at this point in the history
  • Loading branch information
DinaX02 committed Nov 24, 2023
1 parent d247ff7 commit 81f9016
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 7 deletions.
46 changes: 39 additions & 7 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.54.0"
}
}
Binary file added src/assets/img_hp_option_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/pages/Homepage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

const Homepage = () => {
return (
<div>Homepage</div>
)
}

export default Homepage

0 comments on commit 81f9016

Please sign in to comment.