Rename state/environment to state/app

This commit is contained in:
Ken-Håvard Lieng 2017-06-07 01:03:35 +02:00
parent 1beb56abcf
commit b0b9904bc1
12 changed files with 93 additions and 79 deletions

View file

@ -1,11 +1,11 @@
export const APP_SET = 'APP_SET';
export const INVITE = 'INVITE';
export const JOIN = 'JOIN';
export const KICK = 'KICK';
export const PART = 'PART';
export const SET_TOPIC = 'SET_TOPIC';
export const SET_ENVIRONMENT = 'SET_ENVIRONMENT';
export const INPUT_HISTORY_ADD = 'INPUT_HISTORY_ADD';
export const INPUT_HISTORY_DECREMENT = 'INPUT_HISTORY_DECREMENT';
export const INPUT_HISTORY_INCREMENT = 'INPUT_HISTORY_INCREMENT';