diff --git a/src/App.tsx b/src/App.tsx index 74afe93..4392fd0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ import '@ionic/react/css/display.css'; // import './theme/variables.css'; import './theme/bright.theme.css'; import './theme/dark.theme.css'; -import Tutorial from './pages/Tutorial'; +// import Tutorial from './pages/Tutorial'; import Settings from './pages/Settings'; import AboutPage from './pages/About'; import { SearchPage } from './pages/Search'; @@ -34,7 +34,7 @@ interface ContainerProps { selectedTheme: Theme; } -const App: React.FC = ({ hasSeenTutorial, selectedTheme }) => { +const App: React.FC = ({ selectedTheme }) => { return ( diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index c77fbfa..7fe03f5 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -11,7 +11,6 @@ import { IonHeader, } from '@ionic/react'; import React from 'react'; -import { RouteComponentProps, withRouter } from 'react-router-dom'; import { settingsOutline, information,