mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-19 09:54:58 +00:00
Optimise Cart page
Yeet the last of the % imports, as they incorrectly displayed as syntax errors
This commit is contained in:
parent
6f97ad9a4c
commit
c54c9c05a9
8 changed files with 40 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue