diff options
Diffstat (limited to 'apps/mobile/components/Logo.tsx')
| -rw-r--r-- | apps/mobile/components/Logo.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/Logo.tsx b/apps/mobile/components/Logo.tsx index 57f7a5c3..f5f823b5 100644 --- a/apps/mobile/components/Logo.tsx +++ b/apps/mobile/components/Logo.tsx @@ -1,5 +1,5 @@ +import { Text, View } from "react-native"; import { PackageOpen } from "lucide-react-native"; -import { View, Text } from "react-native"; export default function Logo() { return ( |
