Skip to content

Commit

Permalink
import was not from web (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
AE0011 authored and naqvitalha committed Feb 7, 2019
1 parent 2f86a3a commit d9ef3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/samplecode/web/Sample1.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A scrollable list with different item type
*/
import React, {Component} from 'react';
import {RecyclerListView, DataProvider, LayoutProvider} from 'recyclerlistview';
import {RecyclerListView, DataProvider, LayoutProvider} from 'recyclerlistview/web';

const ViewTypes = {
FULL: 0,
Expand Down

0 comments on commit d9ef3d4

Please sign in to comment.