Skip to content

Commit 2bfc3fa

Browse files
(added) added ON_HOVER constant
1 parent ca1814f commit 2bfc3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/constants/actionTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export const NEW_SNAPSHOTS = 'NEW_SNAPSHOTS';
1313
export const SET_TAB = 'SET_TAB';
1414
export const DELETE_TAB = 'DELETE_TAB';
1515
export const SLIDER_ZERO = 'SLIDER_ZERO';
16+
export const ON_HOVER = 'ON_HOVER';

0 commit comments

Comments
 (0)