From b802122c132bf07e30c0df86c073a95637c1b2bf Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Wed, 16 Oct 2019 14:51:00 +0200 Subject: [PATCH] Fix import --- src/containers/SearchServiceAccount/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/SearchServiceAccount/index.tsx b/src/containers/SearchServiceAccount/index.tsx index 7b59b27ec..af3574f7d 100644 --- a/src/containers/SearchServiceAccount/index.tsx +++ b/src/containers/SearchServiceAccount/index.tsx @@ -4,7 +4,7 @@ import BaseSearch from "../BaseSearch"; import { SearchServiceAccount, SearchServiceAccountVariables -} from "./types/SearchServiceAccount"; +} from "./types/searchServiceAccount"; export const searchServiceAccount = gql` query SearchServiceAccount($after: String, $first: Int!, $query: String!) {