Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Feb 13, 2025
1 parent 1c56712 commit da0f07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/features/itwallet/navigation/ItwStackNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
TransitionPresets
} from "@react-navigation/stack";
import { Platform } from "react-native";
import { ComponentType, useLayoutEffect } from "react";
import { ComponentType } from "react";
import { isGestureEnabled } from "../../../utils/navigation";
import { ItwAlreadyActiveScreen } from "../discovery/screens/ItwAlreadyActiveScreen";
import { ItwDiscoveryInfoScreen } from "../discovery/screens/ItwDiscoveryInfoScreen";
Expand Down

0 comments on commit da0f07a

Please sign in to comment.