Rewrite in React
This commit is contained in:
9
src/views/HomeView.tsx
Normal file
9
src/views/HomeView.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import HomeSection from '../components/HomeSection'
|
||||
|
||||
export default function HomeView() {
|
||||
return (
|
||||
<main>
|
||||
<HomeSection />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user