From 03ce5a3909a15b1195f36692a1adf5400dc1b760 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 22:05:22 +0430 Subject: wip --- spring-front/src/components/.Left.js.swp | Bin 12288 -> 0 bytes spring-front/src/components/.Right.js.swp | Bin 12288 -> 0 bytes spring-front/src/components/Right.js | 6 +++++- 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 spring-front/src/components/.Left.js.swp delete mode 100644 spring-front/src/components/.Right.js.swp diff --git a/spring-front/src/components/.Left.js.swp b/spring-front/src/components/.Left.js.swp deleted file mode 100644 index 6197d7f..0000000 Binary files a/spring-front/src/components/.Left.js.swp and /dev/null differ diff --git a/spring-front/src/components/.Right.js.swp b/spring-front/src/components/.Right.js.swp deleted file mode 100644 index 560bc83..0000000 Binary files a/spring-front/src/components/.Right.js.swp and /dev/null differ diff --git a/spring-front/src/components/Right.js b/spring-front/src/components/Right.js index 9a3a9ae..94227f7 100644 --- a/spring-front/src/components/Right.js +++ b/spring-front/src/components/Right.js @@ -2,5 +2,9 @@ import React from "react"; import "../index.css"; export default function Right() { - return
Parsed Markdown goes here!!!
; + return ( +
+

Parsed Markdown goes here!!!

+
+ ); } -- cgit v1.2.3