diff --git a/packages/testbed/src/app/pages/channelsync/channelsync.component.ts b/packages/testbed/src/app/pages/channelsync/channelsync.component.ts index 90b3ce2..5f47a9f 100644 --- a/packages/testbed/src/app/pages/channelsync/channelsync.component.ts +++ b/packages/testbed/src/app/pages/channelsync/channelsync.component.ts @@ -1,7 +1,8 @@ import { Component, inject } from '@angular/core'; -import { ConnectionService } from '../../connection.service'; import { AsyncPipe, JsonPipe } from '@angular/common'; +import { ConnectionService } from '../../connection.service'; + @Component({ selector: 'sui-channelsync', templateUrl: './channelsync.component.html',