Add CMS setup, update frontend pages and layouts, and modify json configs
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
"use client";
|
||||
import SEO from '@/src/components/data/seo';
|
||||
import HeaderThree from '@/src/components/layout/header/header-three';
|
||||
import SEO from '@/components/data/seo';
|
||||
import HeaderThree from '@/components/layout/header/header-three';
|
||||
import BreadCrumb from '../common/breadcrumb';
|
||||
import Error from './error';
|
||||
import FooterThree from '@/src/components/layout/footer/footer-three';
|
||||
import FooterThree from '@/components/layout/footer/footer-three';
|
||||
import ScrollToTop from '../common/scroll/scroll-to-top';
|
||||
|
||||
const ErrorPage = () => {
|
||||
|
||||
Reference in New Issue
Block a user