Guest User

Untitled

a guest
Nov 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. export default class DummyComponent extends Component {
  4.  
  5. render () {
  6.  
  7. return (
  8. <div>I am a dummy react npm module</div>
  9. )
  10.  
  11. }
  12.  
  13. }
Add Comment
Please, Sign In to add comment