import { TitleType } from '@/types' import React from 'react' export default function Title({text}:TitleType) { return (
{text}
) }