aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/components/Logo.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/components/Logo.tsx')
-rw-r--r--packages/mobile/components/Logo.tsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/mobile/components/Logo.tsx b/packages/mobile/components/Logo.tsx
deleted file mode 100644
index 57f7a5c3..00000000
--- a/packages/mobile/components/Logo.tsx
+++ /dev/null
@@ -1,11 +0,0 @@
-import { PackageOpen } from "lucide-react-native";
-import { View, Text } from "react-native";
-
-export default function Logo() {
- return (
- <View className="flex flex-row items-center justify-center gap-2 ">
- <PackageOpen color="black" size={70} />
- <Text className="text-5xl">Hoarder</Text>
- </View>
- );
-}