Skip to content

Commit

Permalink
Add missing import to AuthScreens, fix styles in SearchPage
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Oct 7, 2024
1 parent 784cf89 commit a1d9a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {memo, useEffect, useMemo, useRef, useState} from 'react';
import {View} from 'react-native';
import type {OnyxEntry} from 'react-native-onyx';
import Onyx from 'react-native-onyx';
import Onyx, {useOnyx} from 'react-native-onyx';
import type {ValueOf} from 'type-fest';
import ActiveGuidesEventListener from '@components/ActiveGuidesEventListener';
import ActiveWorkspaceContextProvider from '@components/ActiveWorkspaceProvider';
Expand Down

0 comments on commit a1d9a3a

Please sign in to comment.