diff --git a/script.js b/script.js index f45bb8d0..6e9914df 100644 --- a/script.js +++ b/script.js @@ -1,2 +1,5 @@ -import file from "./product_data.json" assert { type: 'json' }; +"use strict"; + +import file from "./product_data.json" assert {type: 'json' } + console.log(file); \ No newline at end of file