Clean up constants

This commit is contained in:
Jordan Eldredge 2019-12-05 23:41:16 -08:00
parent d4182bc862
commit b10335adfd
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ export const WINDOWS = {
MAIN: "main",
PLAYLIST: "playlist",
EQUALIZER: "equalizer",
MEDIA_LIBRARY: "mediaLibrary",
MILKDROP: "milkdrop",
};

View file

@ -93,7 +93,6 @@ const defaultWindowsState: WindowsState = {
WINDOWS.PLAYLIST,
WINDOWS.EQUALIZER,
WINDOWS.MILKDROP,
WINDOWS.MEDIA_LIBRARY,
WINDOWS.MAIN,
],
};