Skip to content

Instantly share code, notes, and snippets.

@aakashpothepalli
Last active May 22, 2020 06:27
Show Gist options
  • Save aakashpothepalli/bae91944ff120d35c64b9c530826a1be to your computer and use it in GitHub Desktop.
Save aakashpothepalli/bae91944ff120d35c64b9c530826a1be to your computer and use it in GitHub Desktop.

Revisions

  1. aakashpothepalli renamed this gist May 22, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aakashpothepalli revised this gist May 22, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    import React,{useEffect,useState} from "react"

    function TypingAnimation(){
    export default function TypingAnimation(){

    return (
    <div>
  3. aakashpothepalli renamed this gist May 22, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. aakashpothepalli created this gist May 22, 2020.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original 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>
    )
    }