add relay environment

This commit is contained in:
João Geonizeli
2021-08-05 12:11:48 -03:00
parent 5048dea211
commit 1feaf5579e
10 changed files with 593 additions and 76 deletions

View File

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