import React from "react"; const StandardSubtitle: React.FC = ({ children }) => (
{children}
); export default StandardSubtitle;