Skip to content

Commit

Permalink
chore: align long list of imports into a list
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Feb 26, 2021
1 parent a69b58c commit 0b490f3
Showing 1 changed file with 12 additions and 1 deletion.
@@ -1,5 +1,16 @@
import { Component, EventEmitter, Inject, Input, OnInit, Output } from '@angular/core';
import { ApiResponseData, ApiResponseError, ChildNodeInfoResponse, CreateChildNodeRequest, KnoraApiConnection, List, ListNodeInfo, ListNodeInfoResponse, StringLiteral, UpdateChildNodeRequest } from '@dasch-swiss/dsp-js';
import {
ApiResponseData,
ApiResponseError,
ChildNodeInfoResponse,
CreateChildNodeRequest,
KnoraApiConnection,
List,
ListNodeInfo,
ListNodeInfoResponse,
StringLiteral,
UpdateChildNodeRequest
} from '@dasch-swiss/dsp-js';
import { DspApiConnectionToken } from '@dasch-swiss/dsp-ui';

@Component({
Expand Down

0 comments on commit 0b490f3

Please sign in to comment.