This repository has been archived on 2022-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
react-template/src/App.js

9 lines
119 B
JavaScript

import React from 'react'
import Router from './router'
const App = () => {
return <Router />
}
export default App