Skip to content

Commit 6a6a000

Browse files
committed
Updated import location for moved components.
1 parent 1992b2e commit 6a6a000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(tabs)/_layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { Link, Tabs } from "expo-router";
33
import { Pressable, Image, StyleSheet } from "react-native";
44

55
import Colors from "@/constants/Colors";
6-
import { useColorScheme } from "@/components/useColorScheme";
7-
import { useClientOnlyValue } from "@/components/useClientOnlyValue";
6+
import { useColorScheme } from "@/hooks/useColorScheme";
7+
import { useClientOnlyValue } from "@/hooks/useClientOnlyValue";
88

99
// You can explore the built-in icon families and icons on the web at https://icons.expo.fyi/
1010
function TabBarIcon(props: {

0 commit comments

Comments
 (0)