Missing showdown module import in app
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { h, Component } from '/js/web_modules/preact.js';
|
import { h, Component } from '/js/web_modules/preact.js';
|
||||||
import htm from '/js/web_modules/htm.js';
|
import htm from '/js/web_modules/htm.js';
|
||||||
const html = htm.bind(h);
|
const html = htm.bind(h);
|
||||||
|
import showdown from '/js/web_modules/showdown.js';
|
||||||
|
|
||||||
import { OwncastPlayer } from './components/player.js';
|
import { OwncastPlayer } from './components/player.js';
|
||||||
import SocialIcon from './components/social.js';
|
import SocialIcon from './components/social.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user