Skip to content

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Dec 1, 2021
1 parent 4ac4a2f commit e91727b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
GraphqlMutationStub,
graphqlMutationStubsToMsw,
graphqlQueryStubsToMsw,
} from "@vulcanjs/graphql";
} from "@vulcanjs/graphql/testing";
import { OneFieldGraphql, OneFieldType } from "./fixtures/graphqlModels";

import { getMswServer } from "@vulcanjs/utils/testing";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import React from "react";
import { GraphqlQueryStub, GraphqlMutationStub } from "@vulcanjs/graphql";
import {
GraphqlQueryStub,
GraphqlMutationStub,
graphqlMutationStubsToMsw,
graphqlQueryStubsToMsw,
} from "@vulcanjs/graphql/testing";
import { Story, Meta } from "@storybook/react";
import { SmartForm, SmartFormProps } from "../FormContainer";

Expand All @@ -12,8 +17,6 @@ import {
createGraphqlModel,
createOperationName,
updateOperationName,
graphqlMutationStubsToMsw,
graphqlQueryStubsToMsw,
} from "@vulcanjs/graphql";
import { OneFieldGraphql, OneFieldType } from "./fixtures/graphqlModels";
import { VulcanCurrentUserProvider } from "../../VulcanCurrentUser/Provider";
Expand Down

0 comments on commit e91727b

Please sign in to comment.