aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Right.js
blob: 7206ae998c3700116df5c02e5937422733230753 (plain) (blame)
1
2
3
4
5
6
import React from "react";
import "../index.css";

export default function Right() {
  return <div>Parsed Markdown goes here!!!</div>;
}