import React,{useEffect,useState} from "react" export default function TypingAnimation(){ return (
Typing Animation here
) }