Skip to content

Commit a39652b

Browse files
committed
Fix prettier after merge
1 parent 357c32a commit a39652b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ScreenWrapper/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {usePreventRemove, useIsFocused, useNavigation} from '@react-navigation/native';
1+
import {useIsFocused, useNavigation, usePreventRemove} from '@react-navigation/native';
22
import type {ForwardedRef, ReactNode} from 'react';
33
import React, {createContext, forwardRef, useContext, useEffect, useMemo, useRef, useState} from 'react';
44
import type {StyleProp, ViewStyle} from 'react-native';

0 commit comments

Comments
 (0)