mirror of
				https://github.com/csehviktor/status-monitor.git
				synced 2025-08-08 18:06:14 +02:00 
			
		
		
		
	init ui
This commit is contained in:
		
							
								
								
									
										12
									
								
								ui/src/App.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								ui/src/App.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| import { BrowserRouter, Route, Routes } from "react-router-dom"; | ||||
| import { HomePage } from "@/pages/home"; | ||||
|  | ||||
| export default function App() { | ||||
|     return ( | ||||
|         <BrowserRouter> | ||||
|             <Routes> | ||||
|                 <Route path="/" element={<HomePage />} /> | ||||
|             </Routes> | ||||
|         </BrowserRouter> | ||||
|     ); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user