Skip to content

Commit 215547f

Browse files
committed
fix: import without extension
1 parent d2f12a9 commit 215547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { addGlobalStyle } from "@sv443-network/userutils";
2-
import { selectorObserverTest } from "./selectorObserver";
2+
import { selectorObserverTest } from "./selectorObserver.js";
33

44
/**
55
* Called whenever the script is initialized, depending on the value of `@run-at` inside the userscript header.

0 commit comments

Comments
 (0)