Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 24, 2025
1 parent 3229b97 commit e18db07
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/common/atoms/InputWithButton.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import {useContext, useState} from 'react';
import {
StyleSheet,
type TextStyle,
View,
type ViewStyle,
} from 'react-native';
import {StyleSheet, type TextStyle, View, type ViewStyle} from 'react-native';

import MaterialIcon from 'react-native-vector-icons/MaterialIcons';
import MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons';
Expand Down

0 comments on commit e18db07

Please sign in to comment.