diff --git a/src/App.tsx b/src/App.tsx index 74d63a3..d946131 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,5 @@ import "./App.css"; import { BrowserRouter, Routes, Route } from "react-router-dom"; -import Header from "./layout/Header"; import Footer from "./layout/Footer"; import Cekrek from "./Cekrek"; @@ -8,8 +7,7 @@ export default function App() { return ( <>
-
-
+
diff --git a/src/layout/Footer.tsx b/src/layout/Footer.tsx index 2c83228..93f2c53 100644 --- a/src/layout/Footer.tsx +++ b/src/layout/Footer.tsx @@ -1,79 +1,79 @@ export default function Footer() { - return ( - <> - - - ); -} + + + + + + + +   Github + + + + + + ) +} \ No newline at end of file