This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
arbor-frontend/src/components/App.js

9 lines
130 B
JavaScript
Raw Normal View History

2016-06-17 13:48:18 -04:00
import React from 'react';
class App extends React.Component {
render() {
return this.props.children
}
}
export default App;