Skip to content

Instantly share code, notes, and snippets.

@kubilaykiymaci
Created November 28, 2018 11:31
Show Gist options
  • Save kubilaykiymaci/55f47cfdd215888b204517eaf2081c4e to your computer and use it in GitHub Desktop.
Save kubilaykiymaci/55f47cfdd215888b204517eaf2081c4e to your computer and use it in GitHub Desktop.
React - Flow Example 1
// @flow
import * as React from 'react'
import X from 'x'
// $FlowFixMe
import "./assets/styles/style.scss"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment