Skip to content

Instantly share code, notes, and snippets.

@rafaelrozon
Created May 26, 2019 15:30
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 rafaelrozon/c15a76282f6002ce6e5546421e2cece7 to your computer and use it in GitHub Desktop.
Save rafaelrozon/c15a76282f6002ce6e5546421e2cece7 to your computer and use it in GitHub Desktop.
import { TodoConstants } from '~/features/todo';
export const DEFAULT_STATE = {
[TodoConstants.NS]: TodoConstants.DEFAULT_STATE
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment