import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "../types" import style from "../styles/basePage.scss" import { htmlToJsx } from "../../util/jsx" export default (() => { const BaseContent: QuartzComponent = (props: QuartzComponentProps) => { const { fileData, tree } = props return (