Skip to content

Commit d859461

Browse files
committed
fix: use correct @clappr/core references
1 parent c5353a1 commit d859461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/playbacks/flashls/flashls_events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Mediator } from 'clappr'
1+
import { Mediator } from '@clappr/core'
22

33
export default class HLSEvents {
44
constructor(instanceId) {

test/playbacks/flashls_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Events } from 'clappr'
1+
import { Events } from '@clappr/core'
22

33
import FlasHLS from '../../src/playbacks/flashls/flashls.js'
44

0 commit comments

Comments
 (0)