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