feat(directory): performance and style optimization
This commit is contained in:
@@ -2,6 +2,8 @@ import './main_border.css';
|
||||
|
||||
export default function MainBorder(props) {
|
||||
return (
|
||||
<section className="main-border"/>
|
||||
<section className="main-border">
|
||||
{props.children}
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user