From 0a2c23fa9c7a03e2083bda239fea4b7ad0c45ba2 Mon Sep 17 00:00:00 2001 From: Iqbal Rizqi Kurniawan Date: Thu, 9 Oct 2025 10:59:52 +0700 Subject: [PATCH] add route for plant section in App component --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 66657b0..79a229f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -52,6 +52,7 @@ const App = () => { } /> } /> } /> + } /> } />