feat: moved constants into a constants folder
parent
13efc85d5a
commit
2f0e993af3
@ -1,4 +1,4 @@
|
||||
import { PrimaryColorStateType } from '../../themes/colors';
|
||||
import { PrimaryColorStateType } from '../../themes/constants/colors';
|
||||
import { StateType } from '../reducer';
|
||||
|
||||
export const getPrimaryColor = (state: StateType): PrimaryColorStateType => state.primaryColor;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { ThemeStateType } from '../../themes/colors';
|
||||
import { ThemeStateType } from '../../themes/constants/colors';
|
||||
import { StateType } from '../reducer';
|
||||
|
||||
export const getTheme = (state: StateType): ThemeStateType => state.theme;
|
||||
|
Loading…
Reference in New Issue