feat(directory): finish home page
This commit is contained in:
7
directory/src/component/main_border.jsx
Normal file
7
directory/src/component/main_border.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import './main_border.css';
|
||||
|
||||
export default function MainBorder(props) {
|
||||
return (
|
||||
<section className="main-border"/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user