add unauthenticated message on wallet page

This commit is contained in:
João Geonizeli
2021-08-13 19:37:37 -03:00
parent 4672804212
commit edf4094e2f
15 changed files with 545 additions and 128 deletions

View File

@@ -7,6 +7,11 @@ declare module "*.png" {
export default png;
}
declare module "*.svg" {
const svg: string;
export default svg;
}
declare module "babel-plugin-relay/macro" {
export { graphql } from "react-relay";
}