fix(tests): wrong import
This commit is contained in:
parent
3036bedf81
commit
88555b6a29
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { print } from 'graphql/language/printer';
|
|||
|
||||
import * as listAppInfos from './listAppInfos.graphql';
|
||||
import * as getApp from './getApp.graphql';
|
||||
import * as InstalledApps from './InstalledApps.graphql';
|
||||
import * as InstalledApps from './installedApps.graphql';
|
||||
|
||||
export const listAppInfosQuery = print(listAppInfos);
|
||||
export const getAppQuery = print(getApp);
|
||||
|
|
Loading…
Reference in a new issue