import React from "react"; import { w } from "./tags"; export const EmptyParagraph: React.FC = () => { return ( ); }; export default EmptyParagraph;