Skip to content

Instantly share code, notes, and snippets.

View sagarrajak's full-sized avatar
🙂
I may be slow to respond.

sagar rajak sagarrajak

🙂
I may be slow to respond.
View GitHub Profile
import React, { Component } from 'react'
import { connect } from 'react-redux'
import { Action } from 'redux'
interface IState {
}
interface IOwnProps {
}