feat: Implement mobile application and lead processing utilities.
This commit is contained in:
9
innungsapp/apps/mobile/components/ui/LoadingSpinner.tsx
Normal file
9
innungsapp/apps/mobile/components/ui/LoadingSpinner.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { View, ActivityIndicator } from 'react-native'
|
||||
|
||||
export function LoadingSpinner() {
|
||||
return (
|
||||
<View className="flex-1 items-center justify-center">
|
||||
<ActivityIndicator size="large" color="#003B7E" />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user