Skip to content

Instantly share code, notes, and snippets.

@r17x
Last active August 28, 2018 04:44
Show Gist options
  • Select an option

  • Save r17x/fc41adf7559429d5d67d90d08e95f0e0 to your computer and use it in GitHub Desktop.

Select an option

Save r17x/fc41adf7559429d5d67d90d08e95f0e0 to your computer and use it in GitHub Desktop.
Article:React-Roles
import React, { Component } from 'react';
//import logo from './logo.svg';
//import './App.css';
import Routers from './Router';
class App extends Component {
render() {
return <Routers/>;
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment