diff options
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 8520615a..11650438 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -5,6 +5,7 @@ // ========================================================================== import Raven from 'raven-js'; +import Plyr from '../../../src/js/plyr'; (() => { const { host } = window.location; |