import styles from "./Title.module.scss"; import { FC } from "react"; const Title: FC = () =>

Hello World

; export default Title;