component table + orders in home

This commit is contained in:
hamid zarghami
2025-10-18 10:38:12 +03:30
parent 2f2a27b083
commit 3b382a973b
18 changed files with 1268 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
import { type FC } from 'react'
import '@/assets/fonts/irancell/style.css'
import 'swiper/swiper-bundle.css';
import 'react-loading-skeleton/dist/skeleton.css'
import { BrowserRouter } from 'react-router-dom'
// import { getToken } from './config/func'
import MainRouter from './router/MainRouter'