Add back .js suffix on extension imports (#25)

This commit is contained in:
Chenlei Hu
2024-06-17 23:06:35 -04:00
committed by GitHub
parent b11a12d925
commit e4b9cbbe17
26 changed files with 71 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
import { app } from "../../scripts/app";
import { app } from "../../scripts/app.js";
let touchZooming;
let touchCount = 0;