Last active
May 22, 2020 06:27
-
-
Save aakashpothepalli/bae91944ff120d35c64b9c530826a1be to your computer and use it in GitHub Desktop.
Revisions
-
aakashpothepalli renamed this gist
May 22, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aakashpothepalli revised this gist
May 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ import React,{useEffect,useState} from "react" export default function TypingAnimation(){ return ( <div> -
aakashpothepalli renamed this gist
May 22, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aakashpothepalli created this gist
May 22, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ import React,{useEffect,useState} from "react" function TypingAnimation(){ return ( <div> Typing Animation here </div> ) }