diff --git a/src/App.tsx b/src/App.tsx index a57cb95..6033a6a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import { Redirect, Route } from 'react-router-dom'; -import { IonApp, IonRouterOutlet } from '@ionic/react'; +import { IonApp, IonRouterOutlet, setupIonicReact } from '@ionic/react'; import { IonReactRouter } from '@ionic/react-router'; import Home from './pages/Home'; @@ -22,6 +22,8 @@ import '@ionic/react/css/display.css'; /* Theme variables */ import './theme/variables.css'; +setupIonicReact(); + const App: React.FC = () => (