Skip to content

Commit 7bee29a

Browse files
committed
🔧 Switch default example impl
1 parent 01104a0 commit 7bee29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Choose one:
2-
import Example from './src/ImmutableListViewExample';
3-
// import Example from './src/ImmutableVirtualizedListExample';
2+
// import Example from './src/ImmutableListViewExample';
3+
import Example from './src/ImmutableVirtualizedListExample';
44

55
export default Example;

0 commit comments

Comments
 (0)