Bit of tidyup

This commit is contained in:
Casper Warden
2021-09-22 15:34:53 +01:00
parent 32e47c68b1
commit 41f79d969e
14 changed files with 45 additions and 49 deletions

View File

@@ -20,7 +20,7 @@ import { FilterResponse } from '../enums/FilterResponse';
import { ObjectSelectMessage } from './messages/ObjectSelect';
import { ObjectDeselectMessage } from './messages/ObjectDeselect';
import { Quaternion } from './Quaternion';
import { Subscription } from 'rxjs/internal/Subscription';
import { Subscription } from 'rxjs';
import { ExtraParams } from './public/ExtraParams';
import { ObjectPropertiesMessage } from './messages/ObjectProperties';
import { SelectedObjectEvent } from '../events/SelectedObjectEvent';