generated from lucien/actix-react-template
Add first version of article section
This commit is contained in:
parent
5c4ac78dee
commit
36dae30b4e
4 changed files with 57 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
import ArticlesSection from '../components/ArticlesSection.tsx'
|
||||
import NavBar from '../components/NavBar.tsx'
|
||||
|
||||
export default function MainPage() {
|
||||
return (
|
||||
<div>
|
||||
<NavBar />
|
||||
<ArticlesSection />
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue