Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created August 3, 2020 14:53
Show Gist options
  • Save DZuz14/b467612c3a1288974095fcae96e4e45f to your computer and use it in GitHub Desktop.
Save DZuz14/b467612c3a1288974095fcae96e4e45f to your computer and use it in GitHub Desktop.
State for spotify sidebar
{
currentPlaylist: '',
playlists: {
home: null,
favorites: null,
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment