Skip to content

Commit

Permalink
indent imports
Browse files Browse the repository at this point in the history
Co-authored-by: 𝕂𝕪𝕝𝕚𝕒𝕟 <[email protected]>
  • Loading branch information
codeuriii and Kgeek33 authored Dec 4, 2024
1 parent c450bc0 commit 6ff0cbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/views/settings/SettingsSubjects.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
import React, { useEffect, useState, useCallback, useLayoutEffect, useMemo } from "react";
import { Alert, FlatList, KeyboardAvoidingView, Text, TextInput, TouchableOpacity, View, Modal, StyleSheet, Button } from "react-native";
import {
Alert,
FlatList,
KeyboardAvoidingView,
Text,
TextInput,
TouchableOpacity,
View,
Modal,
StyleSheet,
Button
} from "react-native";
import { ScrollView } from "react-native-gesture-handler";
import { useSafeAreaInsets } from "react-native-safe-area-context";
import { useTheme } from "@react-navigation/native";
Expand Down

0 comments on commit 6ff0cbf

Please sign in to comment.