Add CMS setup, update frontend pages and layouts, and modify json configs
This commit is contained in:
9
src/app/(frontend)/home.jsx
Normal file
9
src/app/(frontend)/home.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import HomeOne from "@/components/pages/homes/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<HomeOne />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user