Skip to content

Commit

Permalink
fix(import): OParlPersonsScreen
Browse files Browse the repository at this point in the history
SVA-17
  • Loading branch information
Julian Kwast committed Jun 10, 2021
1 parent 8af9d05 commit 0d0e4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OParl/OParlPersonsScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { StackNavigationProp } from '@react-navigation/stack';
import React, { useCallback, useEffect, useState } from 'react';
import React, { useEffect, useState } from 'react';
import { FlatList, StyleSheet } from 'react-native';

import { DropdownSelect, RegularText, SafeAreaViewFlex, Wrapper } from '../../components';
Expand Down

0 comments on commit 0d0e4e3

Please sign in to comment.