import React from "react"; import "./styles.pcss"; export const Title = function (props) { return
{props.children}
; };