diff --git a/source/src/App.tsx b/source/src/App.tsx index 372fb0b..c499609 100644 --- a/source/src/App.tsx +++ b/source/src/App.tsx @@ -5,7 +5,7 @@ import styled, { createGlobalStyle, css, } from "styled-components" -import { HelmetProvider, Helmet } from "react-helmet-async" +import { Helmet } from "react-helmet-async" import storage from "local-storage-fallback" import { isIE } from "react-device-detect" @@ -303,57 +303,47 @@ export default class App extends React.Component { ) return ( - - - this.setState({ currentTheme: setThemeTo }), // make setTheme function available in other components - }} - > - - + + this.setState({ currentTheme: setThemeTo }), // make setTheme function available in other components + }} + > + + - + - + - - + + - - - - {this.state.isLoading ? ( - - ) : ( - - - } - /> + - } /> - - } /> - - } /> - - } /> - - )} - -