mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
remove unnecessary classes
This commit is contained in:
@@ -3,7 +3,8 @@ import { useFocusEffect } from 'expo-router';
|
||||
import { useCallback, useRef, useState } from 'react';
|
||||
import { View } from 'react-native';
|
||||
import { TextInput } from 'react-native-gesture-handler';
|
||||
import Colors from '../../constants/Colors';
|
||||
|
||||
import Colors from '@/constants/Colors';
|
||||
|
||||
export default function Searchbar() {
|
||||
const [keyword, setKeyword] = useState('');
|
||||
|
Reference in New Issue
Block a user