Skip to content

Commit

Permalink
Fix asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
albatalaya committed Sep 26, 2024
1 parent cc3543c commit dc58a48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import en from "./assets/english.json";
import es from "./assets/spanish.json";
import cat from "./assets/catalan.json";

import en from "./assets/english.json" with { type: "json" };
import es from "./assets/spanish.json" with { type: "json" };
import cat from "./assets/catalan.json" with { type: "json" };

//SPLASH SCREEN
setTimeout(()=> {
Expand Down

0 comments on commit dc58a48

Please sign in to comment.