mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
lint
This commit is contained in:
parent
689e73d3d8
commit
d47aa4470a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
import rpc from '../rpc';
|
import rpc from '../rpc';
|
||||||
import { INIT } from '../constants';
|
import {INIT} from '../constants';
|
||||||
|
|
||||||
export function init () {
|
export function init() {
|
||||||
return (dispatch) => {
|
return dispatch => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: INIT,
|
type: INIT,
|
||||||
effect: () => {
|
effect: () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue