things and stuff

This commit is contained in:
2025-01-16 14:16:24 -06:00
parent 4aeddfa1f3
commit ded5ec1137
7 changed files with 526 additions and 12 deletions
+2
View File
@@ -1,5 +1,6 @@
import {Link} from "react-router";
import Button from "../common/components/Button.tsx";
import {BarkHeader} from "../common/components/BarkHeader.tsx";
function Home() {
@@ -7,6 +8,7 @@ function Home() {
return (
<>
<BarkHeader></BarkHeader>
<div>
<h1 className={"text-brand"}>Home</h1>
</div>