From 604982dbbb35ba9b100481c39c43484144f07719 Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Mon, 23 Sep 2024 16:26:00 +0530 Subject: [PATCH] removed unused import --- src/Common/constants.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Common/constants.tsx b/src/Common/constants.tsx index 0ecc5516271..307e912844f 100644 --- a/src/Common/constants.tsx +++ b/src/Common/constants.tsx @@ -8,7 +8,6 @@ import { ConsentHIType, ConsentPurpose, } from "../Components/ABDM/types/consent"; -import careConfig from "@careConfig"; export const RESULTS_PER_PAGE_LIMIT = 14; export const PAGINATION_LIMIT = 36;