From 9675d329cc14a42a48c132800e72e0c7a29623b3 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 13 May 2021 16:33:00 +0200 Subject: [PATCH] Remove unused import --- src/components/Mascot/MascotPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Mascot/MascotPopup.tsx b/src/components/Mascot/MascotPopup.tsx index 21c5f61..e909179 100644 --- a/src/components/Mascot/MascotPopup.tsx +++ b/src/components/Mascot/MascotPopup.tsx @@ -18,7 +18,7 @@ */ 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 { BackHandler,