diff --git a/src/components/PrimaryButton.tsx b/src/components/PrimaryButton.tsx index 7e7715c..0703183 100644 --- a/src/components/PrimaryButton.tsx +++ b/src/components/PrimaryButton.tsx @@ -1,5 +1,5 @@ -import { Pressable, StyleSheet, Text } from 'react-native'; import React from 'react'; +import { Pressable, StyleSheet, Text } from 'react-native'; interface Param { title: string;