Remove unused import

This commit is contained in:
Gerzon Z 2022-01-17 16:33:48 -04:00
parent 23244e30b9
commit 79eeb5524d
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
import React from 'react';
import { storiesOf } from '@storybook/react-native';
import { ScrollView } from 'react-native';
import { combineReducers, createStore } from 'redux';
import { Provider } from 'react-redux';
import * as List from '../../containers/List';

View File

@ -2,7 +2,6 @@
import React from 'react';
import { storiesOf } from '@storybook/react-native';
import { ScrollView } from 'react-native';
import { combineReducers, createStore } from 'redux';
import { Provider } from 'react-redux';
import * as List from '../../containers/List';