Optimise Cart page

Yeet the last of the % imports, as they incorrectly displayed as syntax errors
This commit is contained in:
Michał Gdula 2024-05-03 14:09:48 +01:00
parent 6f97ad9a4c
commit c54c9c05a9
8 changed files with 40 additions and 34 deletions

View file

@ -59,14 +59,14 @@ const TestData: Item[] = [
image: "/wathog.jpg",
detail: "Example",
},
{
uuid: "bluhog",
name: "Blue HOGGGGG",
price: 0,
labels: [Labels.nut, Labels.gluten, Labels.spicy],
image: "/sonichog.jpg",
detail: "Example",
},
// {
// uuid: "bluhog",
// name: "Blue HOGGGGG",
// price: 0,
// labels: [Labels.nut, Labels.gluten, Labels.spicy],
// image: "/sonichog.jpg",
// detail: "Example",
// },
];
export default TestData;