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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/spring-front/src/components/Right.js b/spring-front/src/components/Right.js
new file mode 100644
index 0000000..7206ae9
--- /dev/null
+++ b/spring-front/src/components/Right.js
@@ -0,0 +1,6 @@
+import React from "react";
+import "../index.css";
+
+export default function Right() {
+ return <div>Parsed Markdown goes here!!!</div>;
+}