Skip to content

Commit 60ab1ec

Browse files
authored
Pathname bugfix #2 (#9)
* Pathname bugfix #2.
1 parent 8ff2228 commit 60ab1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/nodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { app } from "../../scripts/app.js";
22

33
import { createFrameSelectorWidgets } from "./VideoPlayer/videoPlayer.js";
4-
import { registerGroupExtensions, setupConfigAndSerialization } from "./enhancedGroups/enhancedGroups.js";
4+
import { registerGroupExtensions, setupConfigAndSerialization } from "./EnhancedGroups/enhancedGroups.js";
55

66
import { lnlAddStylesheet, lnlGetUrl } from "./utils.js";
77

0 commit comments

Comments
 (0)