Skip to content

Commit

Permalink
🔥 Remove duplicate systemjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed May 31, 2018
1 parent 6e13d9b commit b4fd999
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ <h1><span class="flash">⚡️</span> Oh, no! Unsupported Browser!</h1>
class="scripts"
nomodule>
</script>
<script src="/nomodule/index.ts.js"
type="text/javascript"
class="scripts"
nomodule>
</script>
<script class="scripts" nomodule>
System.import('/nomodule/index.ts.js');
</script>
Expand Down

0 comments on commit b4fd999

Please sign in to comment.