Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import React from 'react';
  2. import styles from './index.scss';
  3.  
  4. const Root = () => <h1 className={styles.heading}>This is root react application component.</h1>;
  5.  
  6. export default Root;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement