diff --git a/index.html b/index.html index a52ab900..9b526121 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,30 @@ - - - - - Music Releases - Project - Week 5 - - -
- - - + + + + + + GRM Jul + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/package.json b/package.json index 4ba5ff02..bc4b7963 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^18.2.0", + "styled-components": "^6.1.13" }, "devDependencies": { "@types/react": "^18.2.15", diff --git a/src/App.jsx b/src/App.jsx index 1091d431..439cd585 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,3 +1,19 @@ +import { Footer } from "./components/Footer"; +import { Navigation } from "./components/Navigation"; +import { Header } from "./components/Header"; +import { TopInfo } from "./components/TopInfo"; +import AnimatedTextComponent from "./components/Animation"; +import CardComponent from "./components/Card"; + export const App = () => { - return
Find me in src/app.jsx!
; + return ( + <> + +
+ + + +