import "./Home.css"; import React from "react"; import html from "../docs/home.md"; function Home() { return
; } export default Home;