Skip to content

Commit

Permalink
update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed May 15, 2019
1 parent 59be71f commit 73f1aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import getSequenceId from "./utils/getSequenceId";

const { useEffect, useState, useRef, useContext } = React;

export default function AnimateGroup(props: AnimationProps) {
export default function Animate(props: AnimationProps) {
const {
play,
children,
Expand Down

0 comments on commit 73f1aba

Please sign in to comment.