Fixed import issues and aggregated exports.

This commit is contained in:
2022-04-16 04:05:51 -05:00
parent 868c0f36dc
commit bf35220703
13 changed files with 1074 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import PlaylistSong from "./PlaylistSong";
import PlaylistSong from "./PlaylistSong.js";
/**
* A playlist that holds a multitude of songs.