Skip to content

Instantly share code, notes, and snippets.

@btodts
Created April 8, 2020 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btodts/72a3cb67b3e9312fe754053476f77de7 to your computer and use it in GitHub Desktop.
Save btodts/72a3cb67b3e9312fe754053476f77de7 to your computer and use it in GitHub Desktop.
export const TOGGLE_DARKTHEME = "TOGGLE_DARKTHEME";
export const toggleDarkTheme = () => ({
type: TOGGLE_DARKTHEME,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment