From 432e36f9e9e4e3fd0c8025fe22475f73bb45487a Mon Sep 17 00:00:00 2001 From: evlist Date: Wed, 31 Aug 2022 15:30:20 +0200 Subject: [PATCH] Cleaned up initial source. --- src/App.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ff67f91..e371538 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,4 @@ -import { Redirect, Route } from 'react-router-dom'; -import { IonApp, IonRouterOutlet, setupIonicReact } from '@ionic/react'; -import { IonReactRouter } from '@ionic/react-router'; +import { IonApp, setupIonicReact } from '@ionic/react'; /* Core CSS required for Ionic components to work properly */ import '@ionic/react/css/core.css';