Fix: import <script> tag type

This commit is contained in:
Marcello Lamonaca 2021-03-19 12:45:05 +01:00
parent b44cb147c4
commit da9dd2f4a0

View file

@ -916,7 +916,6 @@ if(date1 > date2){
In `page.html`
```html
<!-- must specyfy module as type for importer and source -->
<script src="scripts/module.js"></script>
<script src="scripts/script.js"></script>
```