Merge pull request #176 from eqlabs/feat/json-transactions
Json transactions
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user