Skip to content

Commit e836c01

Browse files
Merge pull request #19 from edgarturrin/fix/circular-dependencies
2 parents 8456abc + 57e5b9b commit e836c01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/containers/Root.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import * as React from 'react';
22
import { ReactElement, useContext } from 'react';
33
import RN, { View } from 'react-native';
44
import { SafeAreaInsetsContext, SafeAreaProvider } from 'react-native-safe-area-context';
5-
import { Dialog, IConfigDialog, IConfigToast, Toast } from './';
5+
import { IConfigToast, Toast } from './Toast';
6+
import { Dialog, IConfigDialog} from './Dialog';
7+
68
import { Color, IColors } from '../service';
79
import { StyleSheet } from 'react-native';
810

0 commit comments

Comments
 (0)