diff --git a/web/Neptechtribe/src/App.jsx b/web/Neptechtribe/src/App.jsx index 44f3cd9..f89d41f 100644 --- a/web/Neptechtribe/src/App.jsx +++ b/web/Neptechtribe/src/App.jsx @@ -6,6 +6,7 @@ import About from "./components/About"; import Footer from "./components/Footer"; import Events from "./components/Events"; import ContactUs from "./components/ContactUs"; +import Blogs from "./components/Blogs"; const App = () => { @@ -16,6 +17,7 @@ const App = () => {
+