diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 17:01:07 +0200 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-11-26 17:01:07 +0200 |
| commit | 5c42b94698eb7be04a492edbda87466804615b79 (patch) | |
| tree | 12201872e9fe1b8dcc146a696fc84c57eb916284 /esm/index.html | |
| parent | 8d308fe5f7a83d635ef14e95c8e9abc171f76c7e (diff) | |
| download | slidetray-development.tar.gz slidetray-development.tar.bz2 slidetray-development.zip | |
rename extention to .mjs for the esm modulesHEADmasterdevelopment
Diffstat (limited to 'esm/index.html')
| -rw-r--r-- | esm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esm/index.html b/esm/index.html index 08791eb..2d320a2 100644 --- a/esm/index.html +++ b/esm/index.html @@ -13,6 +13,6 @@ </div> </body> - <script type="module" src="scripts/app.js"></script> + <script type="module" src="scripts/app.mjs"></script> </html> |
