diff --git a/src-1/components/Themes.js b/src-1/components/Themes.js
deleted file mode 100644
index a61aa8eab0a20d1d8f73488ddb276d924f5f3a56..0000000000000000000000000000000000000000
--- a/src-1/components/Themes.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import React from 'react';
-
-const Contact = () => {
-    return (
-        <div>
-            <h1>Contact US</h1>
-            <p>Contact US page body content</p>
-        </div>
-    );
-}
-
-export default Contact;
\ No newline at end of file