mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
wtf
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user