0

Missing showdown module import in app

This commit is contained in:
Gabe Kangas 2020-10-05 00:05:35 -07:00
parent 31c5f8241c
commit 5d530ca5a6

View File

@ -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';