Merge pull request #176 from eqlabs/feat/json-transactions

Json transactions
This commit is contained in:
muzamil
2022-05-10 18:15:00 +05:30
committed by GitHub
15 changed files with 1021 additions and 451 deletions

View File

@@ -16,6 +16,7 @@ import state from "../state";
import TimeAgo from "javascript-time-ago";
import en from "javascript-time-ago/locale/en.json";
import { useSnapshot } from "valtio";
import Alert from '../components/AlertDialog';
TimeAgo.setDefaultLocale(en.locale);
TimeAgo.addLocale(en);
@@ -140,6 +141,7 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
})(),
}}
/>
<Alert />
</ThemeProvider>
</SessionProvider>
</IdProvider>