feat(ItemsList): remove header from items list component
This commit is contained in:
parent
477cf3310f
commit
c5380c0661
1 changed files with 0 additions and 2 deletions
|
@ -567,8 +567,6 @@ export function ItemsList({ url }: ItemsListProps) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
<h1 className="text-2xl font-bold mb-4">Items List</h1>
|
|
||||||
|
|
||||||
<div className="table-container">
|
<div className="table-container">
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue