Skip to content

Commit

Permalink
Remove testcard from home
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 16, 2024
1 parent 451f1fc commit cbeaa2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(tabs)/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
import { StoryCard, StoryPreview } from '../../../queries/types';
import globalStyles from '../../../styles/globalStyles';
import { useSession } from '../../../utils/AuthContext';
import TestCard from '../../../components/TestCard/TestCard';

function HomeScreen() {
const { user } = useSession();
Expand Down

0 comments on commit cbeaa2a

Please sign in to comment.