Skip to content

Commit

Permalink
created a component named Eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzalodhi2023 committed Mar 18, 2024
1 parent f2f5ed3 commit 04e4bd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Navbar from "./components/Navbar";
import LandingPage from "./components/LandingPage";
import Marquee from "./components/Marquee";
import About from "./components/About";
import Eyes from "./components/Eyes";

function App() {
return (
Expand All @@ -11,6 +12,7 @@ function App() {
<LandingPage />
<Marquee />
<About />
<Eyes />
</div>
);
}
Expand Down
Binary file added src/assets/Top-Viewbbcbv-1-1440x921.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/Eyes.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

function Eyes() {
return <div></div>;
}

export default Eyes;

0 comments on commit 04e4bd3

Please sign in to comment.