generated from lucien/actix-react-template
Make a better article section and add the article page.
This commit is contained in:
parent
9562eb98dc
commit
e121090433
7 changed files with 111 additions and 26 deletions
|
@ -5,11 +5,11 @@ import Footer from '../components/Footer.tsx'
|
|||
export default function MainPage() {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', minHeight: '100vh' }}>
|
||||
<NavBar />
|
||||
<ArticlesSection />
|
||||
<Footer bgcolor="blue"/>
|
||||
</div>
|
||||
<Footer bgcolor="blue"/>
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue