diff --git a/Ochi/src/App.jsx b/Ochi/src/App.jsx index 87e6fae..4f386d3 100644 --- a/Ochi/src/App.jsx +++ b/Ochi/src/App.jsx @@ -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 ( diff --git a/Ochi/src/components/Eye.jsx b/Ochi/src/components/Eye.jsx new file mode 100644 index 0000000..26b5e5d --- /dev/null +++ b/Ochi/src/components/Eye.jsx @@ -0,0 +1,9 @@ +import React from 'react' + +function Eye() { + return ( +
Eye
+ ) +} + +export default Eye \ No newline at end of file diff --git a/Ochi/src/components/Object.jsx b/Ochi/src/components/Object.jsx deleted file mode 100644 index 23351af..0000000 --- a/Ochi/src/components/Object.jsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' - -function Object() { - return ( -
Object
- ) -} - -export default Object \ No newline at end of file