mirror of
https://github.com/mgerb/react-starter
synced 2026-01-12 01:52:49 +00:00
refactoring - added font awesome
This commit is contained in:
@@ -10,9 +10,7 @@ export default class Wrapper extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
<Navbar/>
|
||||
<div className="content">
|
||||
{this.props.children}
|
||||
</div>
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user