Code as we know it. Open source stuff goes here
export const setColorTheme = (colorTheme: string): LoggedUserAction => ({ type: LoggedUserActionType.LOGGED_USER__SET_COLOR_THEME, colorTheme });
No comments:
Post a Comment