mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-10 23:50:00 +00:00
Add back .js suffix on extension imports (#25)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { app } from "../../scripts/app";
|
||||
import { app } from "../../scripts/app.js";
|
||||
|
||||
let touchZooming;
|
||||
let touchCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user