From 4a3f3095c9c0bff7d4975b680876d81b2b73899f Mon Sep 17 00:00:00 2001 From: Akshay Antony Date: Tue, 5 Dec 2023 01:01:01 +0530 Subject: [PATCH] fix: #5520, confirmPopup: Remove deprecated code imports --- components/lib/confirmpopup/ConfirmPopup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/confirmpopup/ConfirmPopup.js b/components/lib/confirmpopup/ConfirmPopup.js index ae4f403956..a8fde7625b 100644 --- a/components/lib/confirmpopup/ConfirmPopup.js +++ b/components/lib/confirmpopup/ConfirmPopup.js @@ -1,5 +1,4 @@ import * as React from 'react'; -import { useOnEscapeKey } from '../../lib/hooks/Hooks'; import PrimeReact, { PrimeReactContext, localeOption } from '../api/Api'; import { Button } from '../button/Button'; import { useHandleStyle } from '../componentbase/ComponentBase';