Remove unused import
This commit is contained in:
父節點
5795fca035
當前提交
9675d329cc
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -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,
|
||||||
|
|
載入中…
Reference in a new issue