import { Popup } from "@Context/Popups"; import "./ConfirmPopup.scss"; class ConfirmPopup extends Popup { } export { ConfirmPopup }