Skip to content

Commit 8c25330

Browse files
committed
add actionTypes
1 parent e280290 commit 8c25330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/actionTypes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ export const UPDATE_FIELD_AUTH = 'UPDATE_FIELD_AUTH';
3232
export const UPDATE_FIELD_EDITOR = 'UPDATE_FIELD_EDITOR';
3333
export const FOLLOW_USER = 'FOLLOW_USER';
3434
export const UNFOLLOW_USER = 'UNFOLLOW_USER';
35+
export const PROFILE_FAVORITES_PAGE_UNLOADED = 'PROFILE_FAVORITES_PAGE_UNLOADED';
36+
export const PROFILE_FAVORITES_PAGE_LOADED = 'PROFILE_FAVORITES_PAGE_LOADED';

0 commit comments

Comments
 (0)