mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-17 07:51:54 +00:00
redid button
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import {Link} from "react-router";
|
||||
import Button from "../common/components/Button.tsx";
|
||||
import {BarkHeader} from "../common/components/BarkHeader.tsx";
|
||||
|
||||
|
||||
@@ -9,15 +7,9 @@ function Home() {
|
||||
return (
|
||||
<>
|
||||
<BarkHeader></BarkHeader>
|
||||
<div>
|
||||
<h1 className={"text-brand"}>Home</h1>
|
||||
</div>
|
||||
<p>
|
||||
ARFF ARFF BARK BARK
|
||||
</p>
|
||||
<Link to="/inventory">
|
||||
<Button>Inventory</Button>
|
||||
</Link>
|
||||
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user