Added new layout -0 also fuck vim it's the worst
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import React, { Component } from 'react';
|
||||
import RightTop from './RightTop';
|
||||
import RightBottom from './RightBottom';
|
||||
|
||||
class RightContainer extends Component {
|
||||
render(){
|
||||
return(
|
||||
<div className="rightContainer">
|
||||
<RightTop />
|
||||
<RightBottom />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default RightContainer;
|
||||
Reference in New Issue
Block a user