Moved CSS import to more appropriate file.

This commit is contained in:
Harrison Deng 2022-04-16 03:46:16 -05:00
parent 169b7de68d
commit 868c0f36dc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import "./styles/songplayer.css";
// TODO: function to easily bind element styling to frequency bin.
// TODO: adjust frequency bin interactively resulting in change in output.
// TODO: Set up global scope audioshowkit object.
// TODO: Animation function to calculate transition rates.

View File

@ -1,3 +1,4 @@
import "../styles/songplayer.css";
import SongPlaylist from "./SongPlaylist";
/**