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!) {