diff --git a/src/App.tsx b/src/App.tsx index eb4533b..cbc93cb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,6 +22,7 @@ import { HttpLink, gql, } from '@apollo/react-hooks'; +import { AccountProvider } from './data/context/AccountContext'; export const theGraphUniswapV2Client = new ApolloClient({ link: new HttpLink({ @@ -83,50 +84,52 @@ function App() { - - -
-
- - - } - > - } /> - } - /> - } - /> + + + +
+
+ } - /> - - } /> - { // Devmode-only example page routing - IS_DEV && ( - <> - } /> - } /> - } /> - } /> - - )} - } /> - } /> - -
-
- + path='/blend' + element={ + + } + > + } /> + } + /> + } + /> + } + /> + + } /> + { // Devmode-only example page routing + IS_DEV && ( + <> + } /> + } /> + } /> + } /> + + )} + } /> + } /> + +
+