Skip to content

Commit fbba281

Browse files
committed
fix: lint issues
1 parent 84babd1 commit fbba281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/ProgressControl/WaveProgressBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useCallback, useMemo, useState } from 'react';
2-
import { Platform, StyleSheet, View } from 'react-native';
2+
import { StyleSheet, View } from 'react-native';
33
import { Gesture, GestureDetector } from 'react-native-gesture-handler';
44
import Animated, {
55
runOnJS,

0 commit comments

Comments
 (0)