mirror of
https://github.com/csehviktor/status-monitor.git
synced 2026-04-29 00:27:35 +02:00
init ui
This commit is contained in:
@@ -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