Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
change: data
Browse files Browse the repository at this point in the history
  • Loading branch information
mint73 authored May 31, 2024
1 parent 893ef58 commit 66bbe3c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ export const productData = [
{ product: "パン210円", price: "210" },
{ product: "パン220円", price: "220" },
{ product: "アイス50円", price: "50" },
{ product: "アイス80円", price: "80" },
{ product: "アイス100円", price: "100" },
{ product: "アイス120円", price: "120" },
{ product: "アイス150円", price: "150" },
{ product: "ドリンク120円" ,price: "120" },
{ product: "ドリンク150円", price: "150" },
{ product: "ドーナツ", price: "140" },
//{product:"与謝野晶子",price:"1700"}
//{product:"与謝野晶子mk.2",price:"17000000"}
{ product: "ドリンク130円", price: "130" },
{ product: "ドーナツ130円", price: "130" },
{ product: "ドーナツ140円", price: "140" },
];

0 comments on commit 66bbe3c

Please sign in to comment.