From 4b6611c628f6ff6ae842436abdd3758915ecf93d Mon Sep 17 00:00:00 2001 From: Sivamani-18 Date: Wed, 24 Jul 2024 17:46:52 +0530 Subject: [PATCH] update basename vite-react-ts-boilerplate --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0f1b61c..a827227 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,11 +7,12 @@ import Header from './components/Header/Header'; function App() { return ( - +
+
} />