This commit is contained in:
2025-01-16 19:37:00 -06:00
parent ded5ec1137
commit 5e43e2abbd
3 changed files with 8 additions and 13 deletions
@@ -2,6 +2,7 @@ import {useQuery} from "@tanstack/react-query";
import {Link} from "react-router";
import {InventoryItem} from "./types";
import Button from "../../common/components/Button.tsx";
import {BarkHeader} from "../../common/components/BarkHeader.tsx";
function InventoryList() {
@@ -26,6 +27,8 @@ function InventoryList() {
return (
<>
<BarkHeader></BarkHeader>
<div>
<h1 className={"text-brand"}>Inventory</h1>
</div>