Skip to content

Commit

Permalink
delete tags file & minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Mar 24, 2024
1 parent e64a080 commit d8ae378
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
34 changes: 0 additions & 34 deletions frontend/sac-mobile/app/(auth)/tags.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions frontend/sac-mobile/app/(auth)/user-details.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Controller, useForm } from 'react-hook-form';
import { Alert, ScrollView, Text, View } from 'react-native';
import { Alert, Text, View } from 'react-native';
import { SafeAreaView } from 'react-native-safe-area-context';

import { router } from 'expo-router';
Expand All @@ -9,7 +9,6 @@ import { ZodError, z } from 'zod';
import { Button } from '@/components/button';
import { DropdownComponent } from '@/components/dropdown';
import Error from '@/components/error';
import Input from '@/components/input';
import MultiSelectComponent from '@/components/multiselect';
import Wordmark from '@/components/wordmark';
import { college } from '@/lib/const';
Expand Down
1 change: 0 additions & 1 deletion frontend/sac-mobile/components/faq-card.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { Text, TouchableOpacity, View } from 'react-native';

import { Button } from '@/components/button';
import Input from '@/components/input';
import { FAQ } from '@/types/item';

Expand Down

0 comments on commit d8ae378

Please sign in to comment.