From 9c78def48dae67c3f16a1ab763213f7ecf8069b3 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Wed, 18 Jun 2025 16:51:27 +0800 Subject: [PATCH] Fix: Navigate to service detail page --- application/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/src/App.tsx b/application/src/App.tsx index 022f211..2068c31 100644 --- a/application/src/App.tsx +++ b/application/src/App.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; @@ -41,7 +42,7 @@ function App() { } /> } /> } /> - } /> + } /> } /> } /> } />