Browse Source

Missing showdown module import in app

pull/217/head
Gabe Kangas 5 years ago
parent
commit
5d530ca5a6
  1. 1
      webroot/js/app.js

1
webroot/js/app.js

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
import { h, Component } from '/js/web_modules/preact.js';
import htm from '/js/web_modules/htm.js';
const html = htm.bind(h);
import showdown from '/js/web_modules/showdown.js';
import { OwncastPlayer } from './components/player.js';
import SocialIcon from './components/social.js';

Loading…
Cancel
Save