Skip to content

Commit 85c0dd7

Browse files
committed
fix: eslint/prettier
1 parent 05773fe commit 85c0dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/members/ImportMembersPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
2-
import type {PlatformStackScreenProps} from '@libs/Navigation/PlatformStackNavigation/types';
32
import ImportSpreadsheet from '@components/ImportSpreadsheet';
3+
import type {PlatformStackScreenProps} from '@libs/Navigation/PlatformStackNavigation/types';
44
import type {SettingsNavigatorParamList} from '@libs/Navigation/types';
55
import * as PolicyUtils from '@libs/PolicyUtils';
66
import AccessOrNotFoundWrapper from '@pages/workspace/AccessOrNotFoundWrapper';

0 commit comments

Comments
 (0)