Skip to content

Commit

Permalink
import fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorawski committed Apr 2, 2024
1 parent f3ab7eb commit 4ee83cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/workspace/WorkspaceInvitePage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {useNavigation} from '@react-navigation/native';
import type {StackNavigationProp, StackScreenProps} from '@react-navigation/stack';
import type {StackScreenProps} from '@react-navigation/stack';
import React, {useCallback, useEffect, useMemo, useState} from 'react';
import type {SectionListData} from 'react-native';
import {withOnyx} from 'react-native-onyx';
Expand Down

0 comments on commit 4ee83cd

Please sign in to comment.