carousel and header
This commit is contained in:
+4
-1
@@ -1,9 +1,12 @@
|
||||
import { NextPage } from 'next'
|
||||
import withLayout from '@/hoc/withLayout'
|
||||
import Carousel from './home/components/Carousel'
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<div></div>
|
||||
<div>
|
||||
<Carousel />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user