Skip to content

Commit c399a67

Browse files
committed
Clean a code
1 parent b1cd2a8 commit c399a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ScrollViewExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { ScrollView, View, Text, FlatList } from 'react-native';
2+
import { ScrollView, View, Text } from 'react-native';
33
import ScrollUp from 'react-native-scroll-up';
44

55
const data = Array.from(Array(20));

0 commit comments

Comments
 (0)