add relay environment
This commit is contained in:
4
app/javascript/modules.d.ts
vendored
4
app/javascript/modules.d.ts
vendored
@@ -6,3 +6,7 @@ declare module "*.png" {
|
||||
const png: string;
|
||||
export default png;
|
||||
}
|
||||
|
||||
declare module "babel-plugin-relay/macro" {
|
||||
export { graphql } from "react-relay";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user