import { FC } from "react"; import Styled from "./Title.style"; export const Title: FC = () => { return ( Columns ); };