summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-01 23:53:37 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-01 23:54:06 +0100
commit578c8657b1d7b47671644a316358872218f0f8a4 (patch)
treeb1eba8b970eae8516270b461ba81a246b93f780e /src/main/resources/templates/benki
parent2a1383f2865dff780d435e9d2a897e57879748df (diff)
wikiPage.html: Fix import statement.
Change-Id: I0c8e1a0514a74b11f9fc07f64265549171f34957
Diffstat (limited to 'src/main/resources/templates/benki')
-rw-r--r--src/main/resources/templates/benki/wiki/wikiPage.html2
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();