Skip to content

Commit

Permalink
added component
Browse files Browse the repository at this point in the history
  • Loading branch information
Me-Nitin committed Jul 9, 2024
1 parent c58c252 commit 81d44a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Ochi/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navbar from './components/Navbar'
import Landingpage from './components/Landingpage'
import Marquee from './components/Marquee'
import Greencard from './components/Greencard'
import Object from './components/Object'
import Object from './components/Eye'

function App() {
return (
Expand Down
9 changes: 9 additions & 0 deletions Ochi/src/components/Eye.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

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

export default Eye
9 changes: 0 additions & 9 deletions Ochi/src/components/Object.jsx

This file was deleted.

0 comments on commit 81d44a4

Please sign in to comment.