add unauthenticated message on wallet page
This commit is contained in:
5
app/javascript/modules.d.ts
vendored
5
app/javascript/modules.d.ts
vendored
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user