aboutsummaryrefslogblamecommitdiffstats
path: root/spring-front/src/components/Right.js
blob: 94227f7c232411de53cbc3c80a244180e3165787 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                 




                                                                      
 
import React from "react";
import "../index.css";

export default function Right() {
  return (
    <div class="split right">
      <p class="markdown-placeholder">Parsed Markdown goes here!!!</p>
    </div>
  );
}