Browse Source

chore(core): Removed unused import

Michael Bromley 4 years ago
parent
commit
557cdb4dff
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/core/e2e/graphql/shop-definitions.ts

+ 0 - 2
packages/core/e2e/graphql/shop-definitions.ts

@@ -1,7 +1,5 @@
 import gql from 'graphql-tag';
 import gql from 'graphql-tag';
 
 
-import { ERROR_RESULT_FRAGMENT } from '../../../admin-ui/src/lib/core/src/data/definitions/shared-definitions';
-
 export const TEST_ORDER_FRAGMENT = gql`
 export const TEST_ORDER_FRAGMENT = gql`
     fragment TestOrderFragment on Order {
     fragment TestOrderFragment on Order {
         id
         id