fix: fix lint

This commit is contained in:
Jakub Grzywacz 2021-07-08 13:40:44 +02:00
parent faf475e212
commit e48d5693fe
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4
1 changed files with 1 additions and 9 deletions

View File

@ -1,13 +1,5 @@
import * as React from 'react';
import {
SafeAreaView,
Modal,
Animated,
useWindowDimensions,
StyleSheet,
TouchableOpacity,
View,
} from 'react-native';
import { Animated, useWindowDimensions, StyleSheet } from 'react-native';
import { EmojiKeyboard } from './EmojiKeyboard';
import { Knob } from './components/Knob';
import { KeyboardProvider } from './KeyboardProvider';