import { TitleType } from "@/types"; import React from "react"; import Text from "./text"; export default function Title({ text }: TitleType) { return (
); }