empty data component
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
import dynamic from 'next/dynamic'
|
||||
const Products = dynamic(() => import('@/components/productsPage/products'));
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
<div className='min-h-screen bg-white'>
|
||||
<Products/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user