Skip to content

Instantly share code, notes, and snippets.

@kylpo

kylpo/block3.jsx Secret

Created June 20, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylpo/b763b99358e3589ba32d59263804d28e to your computer and use it in GitHub Desktop.
Save kylpo/b763b99358e3589ba32d59263804d28e to your computer and use it in GitHub Desktop.
import { Redirect as _Redirect_ } from 'react-router'
import MyComponent from './my-component'
<View>
<_Redirect_ />
<MyComponent />
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment