refactor(constants): initialize LEAD_TEMPLATE_MAP as an empty dictionary
refactor(page): clean up import statements for better readability fix(tests): update assertions for clarity and consistency
This commit is contained in:
@@ -31,9 +31,7 @@ import {
|
||||
SelectTrigger,
|
||||
SelectValue,
|
||||
} from "@/components/ui/select";
|
||||
import {
|
||||
DEFAULT_IDENTITY_PROFILE,
|
||||
} from "@/lib/agent-templates";
|
||||
import { DEFAULT_IDENTITY_PROFILE } from "@/lib/agent-templates";
|
||||
|
||||
type IdentityProfile = {
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user