Skip to content

Commit

Permalink
remove extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Nov 28, 2023
1 parent c8d9ffa commit e6883eb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 145 deletions.
12 changes: 2 additions & 10 deletions src/app/(tabs)/search/index.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import { SearchBar } from '@rneui/themed';
import { Link, router } from 'expo-router';
import { router } from 'expo-router';
import React, { useEffect, useState } from 'react';
import {
Button,
FlatList,
View,
TouchableOpacity,
Text,
ScrollView,
} from 'react-native';
import { Button, FlatList, View } from 'react-native';
import { SafeAreaView } from 'react-native-safe-area-context';

import styles from './styles';
import FilterModal from '../../../components/FilterModal/FilterModal';
import LandingCard from '../../../components/LandingCard/LandingCard';
import SearchCard from '../../../components/PreviewCard/PreviewCard';
import { fetchAllStoryPreviews } from '../../../queries/stories';
import { StoryPreview } from '../../../queries/types';
Expand Down
35 changes: 0 additions & 35 deletions src/components/LandingCard/LandingCard.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/components/LandingCard/styles.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/components/LandingScrollView/LandingScrollView.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/LandingScrollView/styles.ts

This file was deleted.

0 comments on commit e6883eb

Please sign in to comment.