react-app-router-tomas-shanahan
v1.0.6
Published
react-app-router-tomas-shanahan
Downloads
3
Readme
react-app-router
Made with create-react-library
Install
npm install --save react-app-router
Usage
import React, { Component } from 'react'
import MyComponent from 'react-app-router'
import 'react-app-router/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}