Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-hohenester committed Jan 25, 2021
1 parent 15c5d9f commit c859938
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app_web/src/logic/uimodel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Subject, fromEvent, merge } from 'rxjs';
import { map, filter, startWith, pluck, multicast } from 'rxjs/operators';
import { fromEvent, merge } from 'rxjs';
import { map, filter, startWith, pluck } from 'rxjs/operators';
import { glTF, ToneMaps, DebugOutput } from 'gltf-sample-viewer';
import { gltfInput } from '../input.js';

import { getIsGltf, getIsGlb, getIsHdr } from 'gltf-sample-viewer';

Expand Down

0 comments on commit c859938

Please sign in to comment.