about summary refs log tree commit diff
path: root/client/src/Components/Title.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Components/Title.js')
-rw-r--r--client/src/Components/Title.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/Components/Title.js b/client/src/Components/Title.js
deleted file mode 100644
index 8ea96a9..0000000
--- a/client/src/Components/Title.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import React from 'react';
-
-function Title() {
-    return (
-        <div className="title">
-            <span><b>sho.rest</b><br/></span>
-            <span>Made with ❤ by <b>Mel</b></span>
-        </div>
-    )
-}
-
-export default Title;
\ No newline at end of file