mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 16:33:13 +00:00
Add air config
Remove unused params
This commit is contained in:
parent
109386bf51
commit
7b5dbb1614
3 changed files with 58 additions and 14 deletions
|
@ -32,22 +32,22 @@ export default Items = [
|
|||
price: -9999,
|
||||
labels: ["nut"],
|
||||
},
|
||||
// {
|
||||
// name: "GwaGwa",
|
||||
// price: "Priceless",
|
||||
// labels: ["nut"],
|
||||
// image: "/dab.jpg",
|
||||
// },
|
||||
{
|
||||
name: "GwaGwa",
|
||||
price: "Priceless",
|
||||
labels: ["nut"],
|
||||
image: "/dab.jpg",
|
||||
},
|
||||
{
|
||||
name: "Hogermellon",
|
||||
price: "1111",
|
||||
labels: ["fish"],
|
||||
image: "/wathog.jpg",
|
||||
},
|
||||
// {
|
||||
// name: "Blue HOGGGGG",
|
||||
// price: "ARUGH",
|
||||
// labels: ["nut", "gluten", "spicy"],
|
||||
// image: "/sonichog.jpg",
|
||||
// },
|
||||
{
|
||||
name: "Blue HOGGGGG",
|
||||
price: "ARUGH",
|
||||
labels: ["nut", "gluten", "spicy"],
|
||||
image: "/sonichog.jpg",
|
||||
},
|
||||
];
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<script>
|
||||
import SmileySad from "phosphor-svelte/lib/SmileySad";
|
||||
|
||||
export let params = {};
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue