Remove unused import
This commit is contained in:
parent
5795fca035
commit
9675d329cc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import React, { useEffect, useRef, useState } from 'react';
|
import React, { useEffect, useRef, useState } from 'react';
|
||||||
import { Portal, withTheme } from 'react-native-paper';
|
import { Portal } from 'react-native-paper';
|
||||||
import * as Animatable from 'react-native-animatable';
|
import * as Animatable from 'react-native-animatable';
|
||||||
import {
|
import {
|
||||||
BackHandler,
|
BackHandler,
|
||||||
|
|
Loading…
Reference in a new issue