Start integrating the onboarding flow with backend 6
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
SalesChannel,
|
||||
PaymentMethod
|
||||
} from '../../../types/sales.types';
|
||||
import { salesService } from '../../../services/api/sales.service';
|
||||
import { salesService } from '../../../api/services/sales.service';
|
||||
import { useSales } from '../../../hooks/api/useSales';
|
||||
|
||||
// Customer interfaces
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
SalesChannel,
|
||||
PaymentMethod
|
||||
} from '../../../types/sales.types';
|
||||
import { salesService } from '../../../services/api/sales.service';
|
||||
import { salesService } from '../../../api/services/sales.service';
|
||||
|
||||
// Order form interfaces
|
||||
interface Product {
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
SalesSortField,
|
||||
SortOrder
|
||||
} from '../../../types/sales.types';
|
||||
import { salesService } from '../../../services/api/sales.service';
|
||||
import { salesService } from '../../../api/services/sales.service';
|
||||
import { useSales } from '../../../hooks/api/useSales';
|
||||
|
||||
// Extended interface for orders
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
ProductPerformance,
|
||||
PeriodType
|
||||
} from '../../../types/sales.types';
|
||||
import { salesService } from '../../../services/api/sales.service';
|
||||
import { salesService } from '../../../api/services/sales.service';
|
||||
import { useSales } from '../../../hooks/api/useSales';
|
||||
|
||||
interface SalesChartProps {
|
||||
|
||||
Reference in New Issue
Block a user