This commit is contained in:
2025-12-26 10:27:02 +07:00
parent fd9b5a3819
commit 7fc0be90b8
48 changed files with 5818 additions and 34 deletions

View File

@@ -5,8 +5,8 @@ import 'swiper/css';
import 'swiper/css/navigation';
import 'swiper/css/pagination';
import '@styles/globals.css';
import Header from '@/components/layout/other/Header';
import Footer from '@/components/layout/other/Footer';
import Header from '@/components/other/Header';
import Footer from '@/components/other/Footer';
import PreLoader from '@components/common/PreLoader';