Skip to content

Instantly share code, notes, and snippets.

@aakashpothepalli
Created May 22, 2020 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aakashpothepalli/e528b33ff2bdc20a918c862518713dec to your computer and use it in GitHub Desktop.
Save aakashpothepalli/e528b33ff2bdc20a918c862518713dec to your computer and use it in GitHub Desktop.
import React from "react";
import TypingAnimation from "./typingAnimation.js"
export default function App() {
return (
<div>
<TypingAnimation/>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment