feat: frontend
This commit is contained in:
11
ordr-ui/app/items/page.tsx
Normal file
11
ordr-ui/app/items/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
'use client'
|
||||
import { ItemTableList } from "../components/ItemTableList"
|
||||
|
||||
const Items = () => {
|
||||
|
||||
return (
|
||||
<ItemTableList />
|
||||
)
|
||||
}
|
||||
|
||||
export default Items
|
||||
Reference in New Issue
Block a user