From 0eb4c74a7d989e9203b1dcec4e0964680dd2f6cc Mon Sep 17 00:00:00 2001 From: Steven Sarmiento Date: Mon, 19 Jul 2021 22:54:27 -0700 Subject: [PATCH] Delete EmailSection.tsx --- components/EmailSection.tsx | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 components/EmailSection.tsx diff --git a/components/EmailSection.tsx b/components/EmailSection.tsx deleted file mode 100644 index d42cf85..0000000 --- a/components/EmailSection.tsx +++ /dev/null @@ -1,36 +0,0 @@ -const EmailSection = () => { - return ( -
-
-
-
-

- Keep in touch through email. -

-
-
-
- -
-
- -
-
-

We promise to never spam and only send alpha.

-
-
-
-
-
-
-
- ) -} - -export default EmailSection