Use linkifyjs module

This commit is contained in:
Simon Ser 2021-10-14 20:55:55 +02:00
parent a120d79585
commit 1a8d539c9e
3 changed files with 13 additions and 16 deletions

View file

@ -11,7 +11,6 @@
<noscript>
<p>Unfortunately gamja requires JavaScript. Please enable it!</p>
</noscript>
<script src="./node_modules/linkifyjs/dist/linkify.min.js"></script>
<script type="module">
import { html, render } from "./lib/index.js";
import App from "./components/app.js";