diff --git a/components/pages/Home.jsx b/components/pages/Home.jsx index ba8cbdb..6af204e 100644 --- a/components/pages/Home.jsx +++ b/components/pages/Home.jsx @@ -23,7 +23,7 @@ const Home = () => ( Inbox - + {homeItems.map((i, index) => ( ))} diff --git a/components/ui/Dialog.jsx b/components/ui/Dialog.jsx deleted file mode 100644 index c2eac8c..0000000 --- a/components/ui/Dialog.jsx +++ /dev/null @@ -1,9 +0,0 @@ -const Dialog = () => ( -
-
-
{children}
-
-
-); - -export default Dialog;