Customer Detail Page and Enhance dynamic breadcrumbs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use server";
|
||||
|
||||
import {callApi} from "@/lib/api/callApi";
|
||||
import {Customer} from "@/app/customers/page";
|
||||
import {customerRoutes} from "@/app/api/customers/customerRoutes";
|
||||
import {Customer} from "@/services/customers/entities/customer";
|
||||
|
||||
export async function validateCustomer(input: {
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user