Advertisement
Guest User

Untitled

a guest
May 25th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // @flow
  2. import React, {Component} from 'react'
  3.  
  4. class Durp extends Component {
  5. render(): ReactElement {
  6. return <h1>wassup</h1>
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement