diff --git a/src/components/SharedComponents/ActivityAnimation/ActivityAnimation.tsx b/src/components/SharedComponents/ActivityAnimation/ActivityAnimation.tsx index 19045ba15..7c951b399 100644 --- a/src/components/SharedComponents/ActivityAnimation/ActivityAnimation.tsx +++ b/src/components/SharedComponents/ActivityAnimation/ActivityAnimation.tsx @@ -2,7 +2,7 @@ import { View } from "components/styledComponents"; import React from "react"; import { useTheme } from "react-native-paper"; -import { Confetti } from "./Confetti"; +import Confetti from "./Confetti"; import IndeterminateProgressBar from "./IndeterminateProgressBar"; const count = 30;