Improve CLI prompts and template cleanup

This commit is contained in:
Aman Varshney
2025-03-18 17:28:37 +05:30
parent 83168410d7
commit 640e64ef46
8 changed files with 16 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ function HomeComponent() {
return (
<div className="p-2">
<h3>Welcome Home!</h3>
<Link to="/dashboard">Go to Dashboard</Link>
<p>healthCheck: {healthCheck.data}</p>
</div>
);