Missing showdown module import in app
This commit is contained in:
parent
31c5f8241c
commit
5d530ca5a6
@ -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…
x
Reference in New Issue
Block a user