Fix missing file.

This commit is contained in:
Gilmar Quinelato 2017-09-01 16:32:07 -03:00
parent 0784044dc9
commit 90d0642138
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
import { ScrollView } from 'react-native'; import { ScrollView } from 'react-native';
import RoomItem from '../../../app/components/RoomItem'; import RoomItem from '../../../app/presentation/RoomItem';
export default ( export default (
<ScrollView> <ScrollView>