installing and configuring tailwind
This commit is contained in:
parent
9ebbf83f93
commit
681c6d2b4f
5 changed files with 8 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ export const Route = createFileRoute("/")({ component: Index });
|
|||
|
||||
function Index() {
|
||||
return (
|
||||
<div className="p-2">
|
||||
<div className="p-2 text-3xl text-amber-400">
|
||||
<h3>Welcome Home!</h3>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue