Skip to content

Commit c7a30b3

Browse files
committed
Correct module imports
1 parent 5bfd8d8 commit c7a30b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/callback/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../style.css">
99
<link rel="icon" href="../pictures/Logo.png" type="image/icon type">
1010

11-
<script type="module" src="./callback/main.js"></script>
11+
<script type="module" src="./main.js"></script>
1212

1313
<title>Redirecting ...</title>
1414
</head>

public/curation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1><a href="../">Software CaRD</a>
3434

3535
<div id="s"></div>
3636

37-
<script type="module" src="script.js"></script>
37+
<script type="module" src="./script.js"></script>
3838

3939
</body>
4040
</html>

public/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="icon" href="data:,">
1010
<link rel="icon" href="../pictures/Logo.png" type="image/icon type">
1111

12-
<script type="module" src="./dashboard/main.js"></script>
12+
<script type="module" src="./main.js"></script>
1313

1414
<title>Dashboard | Software CaRD</title>
1515
</head>

public/gitlab-setup/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="icon" href="data:,">
1010
<link rel="icon" href="../pictures/Logo.png" type="image/icon type">
1111

12-
<script type="module" src="./gitlab-setup/main.js"></script>
12+
<script type="module" src="./main.js"></script>
1313

1414
<title>GitLab Account Setup | Software CaRD</title>
1515
</head>

0 commit comments

Comments
 (0)