Skip to content

Commit 36aab96

Browse files
committed
Make module import local
1 parent b185a42 commit 36aab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deleteAllPipelines } from "/modules/storage.js";
1+
import { deleteAllPipelines } from "./modules/storage.js";
22

33
window.onload = async function () {
44
const gitLabName = localStorage.getItem("gitlab-name");

0 commit comments

Comments
 (0)