From d336735a91133cc3f1cf6f67ba2ac29f0985fd2e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 2 Mar 2023 16:51:05 +0700 Subject: delete src2 --- src2/components/elements/BottomPopup.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src2/components/elements/BottomPopup.js (limited to 'src2/components/elements/BottomPopup.js') diff --git a/src2/components/elements/BottomPopup.js b/src2/components/elements/BottomPopup.js deleted file mode 100644 index c1a56e10..00000000 --- a/src2/components/elements/BottomPopup.js +++ /dev/null @@ -1,25 +0,0 @@ -import CloseIcon from "@/icons/close.svg"; - -const BottomPopup = ({ - active = false, - title, - children, - closePopup = () => {} -}) => { - return ( - <> -
-
-
-

{ title }

- -
- { children } -
- - ); -}; - -export default BottomPopup; \ No newline at end of file -- cgit v1.2.3