Skip to content

Commit b4fd999

Browse files
committed
🔥 Remove duplicate systemjs import
1 parent 6e13d9b commit b4fd999

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ <h1><span class="flash">⚡️</span> Oh, no! Unsupported Browser!</h1>
8282
class="scripts"
8383
nomodule>
8484
</script>
85-
<script src="/nomodule/index.ts.js"
86-
type="text/javascript"
87-
class="scripts"
88-
nomodule>
89-
</script>
9085
<script class="scripts" nomodule>
9186
System.import('/nomodule/index.ts.js');
9287
</script>

0 commit comments

Comments
 (0)