exports
This commit is contained in:
parent
6605cc9f6f
commit
0a173d73c9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import Player from "../Player";
|
||||
|
||||
class Playlist {
|
||||
export class Playlist {
|
||||
player: Player;
|
||||
|
||||
constructor(player: Player, data: any) {
|
||||
|
|
Loading…
Reference in a new issue