From ad5550664383e540a43be07ba2ad58fff8e5cf77 Mon Sep 17 00:00:00 2001 From: Yogamnan Date: Mon, 20 Jan 2025 09:39:03 +0700 Subject: [PATCH] Add WhatsApp Button --- src/App.jsx | 3 ++- src/components/WhatsAppButon.jsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ed91589..3203569 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -7,6 +7,7 @@ import Mitra from './components/Mitra' import Mendukung from "./components/Mendukung" import Footer from "./components/Footer" import MasaDepan from "./components/MasaDepan" +import WhatsAppButton from "./components/WhatsAppButon" function App() { return ( <> @@ -19,7 +20,7 @@ function App() {