Skip to content

Commit

Permalink
linting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmineguru committed Nov 30, 2023
1 parent 701df1a commit 9a7e3f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/screens/yourForms.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React, { useEffect, useState } from 'react';
import { View, Text, StyleSheet, ScrollView } from 'react-native';
import React from 'react';
import { Text, StyleSheet, ScrollView } from 'react-native';
import { useFonts } from 'expo-font';
import Colors from '../../assets/colorConstants';
import { getUserLevel, type User } from '../models/User';
import { GetLoggedInUser } from '../APIs/UsersAPI';

export default function YourForms(): JSX.Element {
const [loaded] = useFonts({
Expand Down

0 comments on commit 9a7e3f6

Please sign in to comment.