Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 8, 2024
1 parent 3a39062 commit 7bb1149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/casher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ const mockOrder: Order = {
servedAt: null,
items: [
{
id: "1",
type: "ice",
name: "珈琲・俺ブレンド",
price: 300,
},
{
id: "2",
type: "ice",
name: "珈琲・俺ブレンド",
price: 400,
Expand Down

0 comments on commit 7bb1149

Please sign in to comment.