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:
		
							
								
								
									
										8
									
								
								ui/src/pages/home.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ui/src/pages/home.tsx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
export function HomePage() {
 | 
			
		||||
    return (
 | 
			
		||||
        <div>
 | 
			
		||||
            <h1>Welcome to Status Monitor</h1>
 | 
			
		||||
            <p>This is the home page.</p>
 | 
			
		||||
        </div>
 | 
			
		||||
    );
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user