mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 12:59:31 +08:00
Adding actions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import {SHOW_TOOLTIP, HIDE_TOOLTIP} from './constants';
|
||||
|
||||
export const showTooltip = () => ({
|
||||
type: SHOW_TOOLTIP
|
||||
});
|
||||
|
||||
export const hideTooltip = () => ({
|
||||
type: HIDE_TOOLTIP
|
||||
});
|
||||
Reference in New Issue
Block a user