Skip to content

Commit fc55431

Browse files
authored
added react-type-animation package
1 parent ab40b60 commit fc55431

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"react-ga": "^3.3.1",
1212
"react-router-dom": "^6.6.2",
1313
"react-scripts": "5.0.1",
14+
"react-type-animation": "^2.1.2",
1415
"web-vitals": "^2.1.4"
1516
},
1617
"scripts": {

src/component/About.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
const About = () => {
44
return (
5-
<div>About</div>
5+
<div>Abou</div>
66
)
77
}
88

0 commit comments

Comments
 (0)