Make the wiki app use the global id picker.

This commit is contained in:
2024-04-14 13:53:51 +01:00
parent 96cb6f4b12
commit b5e966c9a1
5 changed files with 11 additions and 50 deletions

View File

@ -10,7 +10,6 @@
window.litDisableBundleWarning = true;
</script>
<script src="tf-collection.js" type="module"></script>
<script src="tf-id-picker.js" type="module"></script>
<script src="tf-wiki-doc.js" type="module"></script>
<script src="tf-wiki-app.js" type="module"></script>
</body>