update
This commit is contained in:
@@ -5,7 +5,8 @@ import 'swiper/css';
|
||||
import 'swiper/css/navigation';
|
||||
import 'swiper/css/pagination';
|
||||
import '@styles/globals.css';
|
||||
import Header from '@components/layout/Header';
|
||||
import Header from '@/components/layout/other/Header';
|
||||
import Footer from '@/components/layout/other/Footer';
|
||||
|
||||
import PreLoader from '@components/common/PreLoader';
|
||||
|
||||
@@ -29,6 +30,7 @@ export default function RootLayout({
|
||||
<>
|
||||
<Header />
|
||||
{children}
|
||||
<Footer />
|
||||
</>
|
||||
)}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user