Corrected the SuperGridSectionList import statement

This commit is contained in:
Anderson Addo
2018-04-28 07:23:42 +00:00
parent 590f1f8591
commit 790ad0f555

View File

@@ -3,7 +3,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { View, Dimensions, ViewPropTypes, FlatList } from 'react-native';
import { chunkArray } from './utils';
import SuperGridSectionList from './GridSectionList'
import SuperGridSectionList from './SuperGridSectionList'
class SuperGrid extends Component {
constructor(props) {