Skip to content

Commit ef1aed2

Browse files
remove AddItem component from Items layout
1 parent 410e6b9 commit ef1aed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/routes/_layout/items.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { z } from "zod"
1313

1414
import { ItemsService } from "@/client"
1515
import { ItemActionsMenu } from "@/components/Common/ItemActionsMenu"
16-
import AddItem from "@/components/Items/AddItem"
1716
import PendingItems from "@/components/Pending/PendingItems"
1817
import {
1918
PaginationItems,
@@ -131,13 +130,14 @@ function ItemsTable() {
131130
)
132131
}
133132

133+
// TODO: Used to Be AddItem
134+
134135
function Items() {
135136
return (
136137
<Container maxW="full">
137138
<Heading size="lg" pt={12}>
138139
Items Management
139140
</Heading>
140-
<AddItem />
141141
<ItemsTable />
142142
</Container>
143143
)

0 commit comments

Comments
 (0)