8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
import { Popup } from "@Context/Popups";
|
|
import "./ConfirmPopup.scss";
|
|
|
|
class ConfirmPopup extends Popup {
|
|
|
|
}
|
|
|
|
export { ConfirmPopup } |