This commit is contained in:
2024-04-13 11:11:29 +01:00
parent a951b9b53f
commit f827ef18ae
3 changed files with 21 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import React from "react";
import Navbar from "../components/Navbar/Navbar";
import Hero from "../components/Hero/Hero";
import Navbar from "../Components/Navbar/Navbar";
import Hero from "../Components/Hero/Hero";
const Home = () => {
return (