Skip to content

Commit

Permalink
fix: remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericNumericite committed Jun 13, 2023
1 parent fe979e9 commit 3605bb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tumeplayMobile/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ import React, {useContext} from 'react';
import {createBottomTabNavigator} from '@react-navigation/bottom-tabs';
import HomePage from '../views/HomePage';
import Thematiques from '../views/Thematiques';
import Box from '../views/Box';
import {Colors} from '../styles/Style';
import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
import AppContext from '../../AppContext';
import diceIcon from '../assets/diceIcon.png';
import {Image, Alert} from 'react-native';
import Event from '../services/api/matomo';
import {Image} from 'react-native';
import Journey2 from '../views/Journey2';
import GameChoice from '../views/GameChoice';
import Settings from '../views/Settings';
import Menu from '../views/Menu';

const Tab = createBottomTabNavigator();
Expand Down

0 comments on commit 3605bb8

Please sign in to comment.