aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Right.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-31 13:28:41 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-31 13:28:41 +0000
commit40bb640b169656dd33b15c189eb4146e05118ecd (patch)
tree333925f838d12ca4a676e16639691f38919cbdb4 /spring-front/src/components/Right.js
parentwip (diff)
downloadmdrtl-40bb640b169656dd33b15c189eb4146e05118ecd.tar.gz
mdrtl-40bb640b169656dd33b15c189eb4146e05118ecd.zip
moved everything into one class
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>
- );
- }
-}