diff --git a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts index e6ad3c4d1..9744728ff 100644 --- a/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts +++ b/src/Squidex/app/features/api/pages/graphql/graphql-page.component.ts @@ -13,8 +13,6 @@ import * as ReactDOM from 'react-dom'; const GraphiQL = require('graphiql'); -/* tslint:disable:use-view-encapsulation */ - import { AppsState, GraphQlService } from '@app/shared'; @Component({