Skip to content

Instantly share code, notes, and snippets.

View Houserqu's full-sized avatar
🏠
Working from home

Houser Houserqu

🏠
Working from home
View GitHub Profile
@Houserqu
Houserqu / action.js
Last active April 2, 2018 14:50
React
import 'whatwg-fetch';
import {openSnackbar} from '../../public/action/globalAction';
export function setAttractions(attractions){
return {
type:'SET_ATTRACTIONS',
attractions:attractions
}
}