Fix deezer
This commit is contained in:
parent
309f1df46f
commit
5f07beff8e
3 changed files with 4 additions and 9 deletions
|
@ -7,9 +7,6 @@ export default React.createClass({
|
|||
|
||||
render: function() {
|
||||
return (
|
||||
<html>
|
||||
<Head {...this.props} />
|
||||
<body>
|
||||
<div className='error'>
|
||||
<div className='container main'>
|
||||
<div className='row'>
|
||||
|
@ -28,8 +25,6 @@ export default React.createClass({
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue