Skip to content

Commit 99acbc1

Browse files
committed
fix lint
1 parent e4994cb commit 99acbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/screens/calendars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, {useState, Fragment, useCallback} from 'react';
2-
import {StyleSheet, View, ScrollView, Text, TouchableOpacity, Switch} from 'react-native';
2+
import {StyleSheet, View, ScrollView, Text, TouchableOpacity} from 'react-native';
33
import {Calendar, CalendarProps} from 'react-native-calendars';
44
import testIDs from '../testIDs';
55

0 commit comments

Comments
 (0)