From 39e97fe7d2b8735bcd4b026997bfd78b57e1e160 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Fri, 19 Apr 2024 23:39:10 +0200 Subject: [PATCH] Fix crash because of named import --- .../SharedComponents/ActivityAnimation/ActivityAnimation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;