Rename css file

This commit is contained in:
Jordan Eldredge 2018-04-14 10:27:19 -07:00
parent 545c22a3fc
commit 9afd9bc3d9
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import EqualizerWindow from "./EqualizerWindow";
import AvsWindow from "./AvsWindow";
import Skin from "./Skin";
import "../../css/winamp.css";
import "../../css/webamp.css";
const genWindowMap = {
AVS_WINDOW: AvsWindow