diff --git a/src/components/application/index.tsx b/src/components/application/index.tsx index aeb0e920..7894903e 100644 --- a/src/components/application/index.tsx +++ b/src/components/application/index.tsx @@ -1,4 +1,3 @@ -import React from 'react' import { Provider } from 'react-redux' import RouterProvider from './router-provider' import store from 'data/store' @@ -8,15 +7,15 @@ import { QueryClientProvider } from '@tanstack/react-query' import { WagmiProvider } from 'wagmi' function Application () { - return - - - - - + return + + + + + - - + + } export default Application