dialog - hint tutorials exists

This commit is contained in:
Delucse
2020-10-17 11:09:25 +02:00
parent a0fd63a2ca
commit 5999daa332
8 changed files with 148 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import { VISIT } from './types';
export const visitPage = () => (dispatch) => {
dispatch({
type: VISIT
});
};