mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
wut
This commit is contained in:
@@ -2,7 +2,7 @@ import {useQuery} from "@tanstack/react-query";
|
||||
import {InventoryItem} from "./types";
|
||||
import {Flex, Table} from '@mantine/core';
|
||||
import BarkButton from "../../common/components/BarkButton.tsx";
|
||||
import {Link} from "react-router";
|
||||
import {Link, NavLink} from "react-router";
|
||||
|
||||
function InventoryList() {
|
||||
|
||||
@@ -37,7 +37,7 @@ function InventoryList() {
|
||||
<p>
|
||||
ARFF ARFF BARK BARK
|
||||
</p>
|
||||
<BarkButton>Add Item</BarkButton>
|
||||
<NavLink to={'/addItem'}><BarkButton>Add Item</BarkButton></NavLink>
|
||||
</Flex>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user