We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae82ce commit 0d8d8acCopy full SHA for 0d8d8ac
app/src/components/ProductTable/ProductTable.tsx
@@ -1,6 +1,8 @@
1
import ProductCategoryRow from "../ProductCategoryRow/index"
2
import ProductRow from "../ProductRow/index"
3
4
+import data from "../../assets/data.json"
5
+
6
export default function ProductTable() {
7
return (
8
<>
0 commit comments