Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 495ecfc

Browse files
authored
Fix lint errors Stack.tsx
1 parent d8eafbb commit 495ecfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/expo-router/src/layouts/Stack.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import { ParamListBase, StackNavigationState } from "@react-navigation/native";
12
import {
23
createNativeStackNavigator,
34
NativeStackNavigationEventMap,
45
NativeStackNavigationOptions,
56
} from "@react-navigation/native-stack";
6-
import { ParamListBase, StackNavigationState } from "@react-navigation/native";
77

88
import { withLayoutContext } from "./withLayoutContext";
99

0 commit comments

Comments
 (0)