UNPKG

lube-cra-seed

Version:

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

8 lines (5 loc) 93 B
import React from 'react' const Test = () => ( <div> Comp A </div> ) export default Test