Rename css file

This commit is contained in:
Jordan Eldredge 2018-04-14 10:27:19 -07:00
parent f4b8eaabe3
commit 237002deb4
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