Refactor import path for TableOrders component

This commit is contained in:
lora322 2025-09-23 21:14:55 -04:00 committed by GitHub
parent 00dd14f15a
commit d9603c935b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import BaseIcon from '../components/BaseIcon';
import { getPageTitle } from '../config';
import Link from 'next/link';
import { useTranslation } from 'next-i18next';
import TableOrders from '../components/TableOrders';
import TableOrders from '../components/Orders/TableOrders';
import { hasPermission } from '../helpers/userPermissions';
import { fetchWidgets } from '../stores/roles/rolesSlice';