mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
client - wip user account page
This commit is contained in:
@@ -4,6 +4,7 @@ import './content-container.scss';
|
||||
|
||||
interface Props {
|
||||
className?: string;
|
||||
style?: any;
|
||||
}
|
||||
|
||||
interface State {}
|
||||
@@ -15,7 +16,7 @@ export class ContentContainer extends React.Component<Props, State> {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className={`content-container ${this.props.className}`}>
|
||||
<div className={`content-container ${this.props.className}`} style={this.props.style}>
|
||||
<div className="border-container">
|
||||
<div className="border border__left"/>
|
||||
<div className="border border__right"/>
|
||||
|
||||
Reference in New Issue
Block a user