From ee4297280c1305c7e03bedd4df63ccf136c28c6c Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 24 Jan 2023 15:54:48 +0700 Subject: Merapihkan struktur folder --- src/components/BottomPopup.js | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/components/BottomPopup.js (limited to 'src/components/BottomPopup.js') diff --git a/src/components/BottomPopup.js b/src/components/BottomPopup.js deleted file mode 100644 index b7f5f2de..00000000 --- a/src/components/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