mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-05 22:25:57 -04:00
Fix crash because of named import
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user