a5b28f2
03ce5a3
1 2 3 4
5 6 7 8 9
10
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> ); }