diff --git a/app.js b/app.js index 958a1dd..217cb9d 100644 --- a/app.js +++ b/app.js @@ -6,6 +6,7 @@ import { useEffect, useState } from 'preact/hooks' import Video from './src/components/Video' import config from './src/data/conf.json' +import Info from './src/components/Info' export default () => { const [isPlaying, setIsPlaying] = useState(false) @@ -27,8 +28,10 @@ export default () => { return (
- {videoUrl && ( + {videoUrl ? (
) diff --git a/index.html b/index.html index b5f8c4b..e1031c1 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ UNDERSCORE STREAMS - +