aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Right.js
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/components/Right.js')
-rw-r--r--spring-front/src/components/Right.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/spring-front/src/components/Right.js b/spring-front/src/components/Right.js
deleted file mode 100644
index 4bfe073..0000000
--- a/spring-front/src/components/Right.js
+++ /dev/null
@@ -1,17 +0,0 @@
-import React from "react";
-import "../index.css";
-
-export default class Right extends React.Component {
- constructor(props) {
- super(props);
- this.state = { value: "" };
- }
-
- render() {
- return (
- <div class="split right">
- <p class="markdown-placeholder">Parsed Markdown goes here!!!</p>
- </div>
- );
- }
-}