Browse Source

Remove unused import

Arnaud Vergnet 2 years ago
parent
commit
9675d329cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Mascot/MascotPopup.tsx

+ 1
- 1
src/components/Mascot/MascotPopup.tsx View File

18
  */
18
  */
19
 
19
 
20
 import React, { useEffect, useRef, useState } from 'react';
20
 import React, { useEffect, useRef, useState } from 'react';
21
-import { Portal, withTheme } from 'react-native-paper';
21
+import { Portal } from 'react-native-paper';
22
 import * as Animatable from 'react-native-animatable';
22
 import * as Animatable from 'react-native-animatable';
23
 import {
23
 import {
24
   BackHandler,
24
   BackHandler,

Loading…
Cancel
Save