Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvo298Wizeline committed Sep 20, 2024
1 parent 1e0827e commit 9a6aeab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ import { FontAwesome6 } from "@expo/vector-icons";
import { FontAwesomeIcon } from "@fortawesome/react-native-fontawesome";
import { faBell } from "@fortawesome/free-solid-svg-icons/faBell";
import { faUser } from "@fortawesome/free-solid-svg-icons/faUser";
import { Dimensions, StyleSheet, TouchableOpacity, View, Platform } from "react-native";
import {
Dimensions,
StyleSheet,
TouchableOpacity,
View,
Platform,
} from "react-native";
import PopupMenu from "@/components/PopupMenu";
import { ThemedText } from "@/components/ThemedText";
import { fetchFiles } from "@/api/files";
Expand Down

0 comments on commit 9a6aeab

Please sign in to comment.