Skip to content

Commit

Permalink
chore: Remove unused FontAwesome import in _layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
talaman committed May 27, 2024
1 parent 29183da commit c58a5d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import FontAwesome from '@expo/vector-icons/FontAwesome';
import { useFonts } from 'expo-font';
import { Slot } from 'expo-router';
import * as SplashScreen from 'expo-splash-screen';
Expand All @@ -22,7 +21,6 @@ SplashScreen.preventAutoHideAsync();
export default function RootLayout() {
const [loaded, error] = useFonts({
SpaceMono: require('../assets/fonts/SpaceMono-Regular.ttf'),
// ...FontAwesome.font,
});

// Expo Router uses Error Boundaries to catch errors in the navigation tree.
Expand Down

0 comments on commit c58a5d2

Please sign in to comment.