Fix import
This commit is contained in:
parent
c9762ffbf1
commit
b802122c13
1 changed files with 1 additions and 1 deletions
|
@ -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!) {
|
||||
|
|
Loading…
Reference in a new issue