Skip to content

Commit

Permalink
add godispåse and KEX
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Blomqvist committed Jan 20, 2025
1 parent 49cd9c1 commit 290c898
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/laskkyl/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ const laskkylData: LaskkylData = {
name: 'Wasa Sandwich',
price: 12,
},
{
name: 'Godispåse',
price: 13,
},
{
name: 'KEX-choklad',
price: 9,
},
],
other: [],
},
Expand Down

0 comments on commit 290c898

Please sign in to comment.