mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-17 07:51:54 +00:00
things and stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user