From 128e54d84c108f0a69506bb7d3e983582564ec75 Mon Sep 17 00:00:00 2001 From: wiktorrudzki Date: Sat, 13 Jan 2024 14:09:39 +0100 Subject: [PATCH] run auto fix import --- src/components/PrimaryButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;