mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Improve CLI prompts and template cleanup
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user