diff --git a/package.json b/package.json
index f1f39f0..4882112 100644
--- a/package.json
+++ b/package.json
@@ -1,48 +1,48 @@
{
- "name": "antd-vite-react-call-of-duty",
- "homepage": "/dashboard/home",
- "private": true,
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@ant-design/icons": "^6.0.0",
- "@nivo/line": "^0.88.0",
- "@nivo/pie": "^0.88.0",
- "antd": "^5.15.2",
- "axios": "^1.8.4",
- "browser-image-compression": "^2.0.2",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "exceljs": "^4.4.0",
- "file-saver": "^2.0.5",
- "html2canvas": "^1.4.1",
- "jspdf": "^3.0.4",
- "jspdf-autotable": "^5.0.2",
- "mqtt": "^5.14.0",
- "qrcode": "^1.5.4",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-icons": "^4.11.0",
- "react-router-dom": "^6.22.3",
- "react-svg": "^16.3.0",
- "recharts": "^3.6.0",
- "sweetalert2": "^11.17.2"
- },
- "devDependencies": {
- "@types/react": "^18.2.64",
- "@types/react-dom": "^18.2.21",
- "@vitejs/plugin-react": "^4.2.1",
- "eslint": "^8.57.0",
- "eslint-plugin-react": "^7.34.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.5",
- "vite": "^5.1.6"
- },
- "packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
+ "name": "antd-vite-react-call-of-duty",
+ "homepage": "/dashboard/home",
+ "private": true,
+ "version": "1.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite --host 0.0.0.0 --port 8592",
+ "build": "vite build",
+ "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "@ant-design/icons": "^6.0.0",
+ "@nivo/line": "^0.88.0",
+ "@nivo/pie": "^0.88.0",
+ "antd": "^5.15.2",
+ "axios": "^1.8.4",
+ "browser-image-compression": "^2.0.2",
+ "crypto-js": "^4.2.0",
+ "dayjs": "^1.11.13",
+ "exceljs": "^4.4.0",
+ "file-saver": "^2.0.5",
+ "html2canvas": "^1.4.1",
+ "jspdf": "^3.0.4",
+ "jspdf-autotable": "^5.0.2",
+ "mqtt": "^5.14.0",
+ "qrcode": "^1.5.4",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-icons": "^4.11.0",
+ "react-router-dom": "^6.22.3",
+ "react-svg": "^16.3.0",
+ "recharts": "^3.6.0",
+ "sweetalert2": "^11.17.2"
+ },
+ "devDependencies": {
+ "@types/react": "^18.2.64",
+ "@types/react-dom": "^18.2.21",
+ "@vitejs/plugin-react": "^4.2.1",
+ "eslint": "^8.57.0",
+ "eslint-plugin-react": "^7.34.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "eslint-plugin-react-refresh": "^0.4.5",
+ "vite": "^5.1.6"
+ },
+ "packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}
diff --git a/src/App.jsx b/src/App.jsx
index 1cbda33..8ffcfc9 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -36,7 +36,7 @@ import IndexNotification from './pages/notification/IndexNotification';
import IndexRole from './pages/role/IndexRole';
import IndexUser from './pages/user/IndexUser';
import IndexContact from './pages/contact/IndexContact';
-import IndexWebControl from './pages/webControl/IndexWebControl';
+import IndexWhatsAppControl from './pages/whatsAppControl/IndexWhatsAppControl';
import DetailNotificationTab from './pages/notificationDetail/IndexNotificationDetail';
import IndexVerificationSparepart from './pages/verificationSparepart/IndexVerificationSparepart';
@@ -145,8 +145,8 @@ const App = () => {