Moved CSS import to more appropriate file.
This commit is contained in:
parent
169b7de68d
commit
868c0f36dc
@ -1,5 +1,5 @@
|
|||||||
import "./styles/songplayer.css";
|
|
||||||
// TODO: function to easily bind element styling to frequency bin.
|
// TODO: function to easily bind element styling to frequency bin.
|
||||||
|
|
||||||
// TODO: adjust frequency bin interactively resulting in change in output.
|
// TODO: adjust frequency bin interactively resulting in change in output.
|
||||||
// TODO: Set up global scope audioshowkit object.
|
// TODO: Set up global scope audioshowkit object.
|
||||||
// TODO: Animation function to calculate transition rates.
|
// TODO: Animation function to calculate transition rates.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import "../styles/songplayer.css";
|
||||||
import SongPlaylist from "./SongPlaylist";
|
import SongPlaylist from "./SongPlaylist";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user