diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-01 23:53:37 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-01 23:54:06 +0100 |
commit | 578c8657b1d7b47671644a316358872218f0f8a4 (patch) | |
tree | b1eba8b970eae8516270b461ba81a246b93f780e /src/main/resources | |
parent | 2a1383f2865dff780d435e9d2a897e57879748df (diff) |
wikiPage.html: Fix import statement.
Change-Id: I0c8e1a0514a74b11f9fc07f64265549171f34957
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/benki/wiki/wikiPage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html index dbfc9c7..9f3c741 100644 --- a/src/main/resources/templates/benki/wiki/wikiPage.html +++ b/src/main/resources/templates/benki/wiki/wikiPage.html @@ -7,7 +7,7 @@ {#head} <link rel="stylesheet" type="text/css" href="/web_modules/ContentTools/build/content-tools.min.css" /> <script type="module"> - import {ContentTools} from "/web_modules/ContentTools.js"; + import ContentTools from "/web_modules/ContentTools.js"; window.addEventListener('DOMContentLoaded', function() { let editor = ContentTools.EditorApp.get(); |