diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-31 13:28:41 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-31 13:28:41 +0000 |
commit | 40bb640b169656dd33b15c189eb4146e05118ecd (patch) | |
tree | 333925f838d12ca4a676e16639691f38919cbdb4 /spring-front/src/components/Right.js | |
parent | wip (diff) | |
download | mdrtl-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.js | 17 |
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> - ); - } -} |