Skip to content

Commit

Permalink
update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theWandroid committed Nov 12, 2023
1 parent 3a69de1 commit c2567ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit c2567ea

Please sign in to comment.