Created
October 19, 2020 13:03
-
-
Save eladcandroid/a9c7520fedf0c4fa0f8c6d77664ebc5a to your computer and use it in GitHub Desktop.
Revisions
-
eladcandroid created this gist
Oct 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ export const products = [ { name: 'Phone XL', price: 799, description: 'A large phone with one of the best screens' }, { name: 'Phone Mini', price: 699, description: 'A great phone with one of the best cameras' }, { name: 'Phone Standard', price: 299, description: '' } ];