Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 9, 2024
1 parent 58adc5d commit e036534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fusio-sdk/src/lib/abstract/object-selector.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';
import {catchError, debounceTime, distinctUntilChanged, map, merge, Observable, of, OperatorFunction, Subject, switchMap, tap} from "rxjs";
import {fromPromise} from "rxjs/internal/observable/innerFrom";
import {CommonCollection} from "fusio-sdk/dist/CommonCollection";
import {CommonCollection} from "fusio-sdk";

/**
* Object selector
Expand Down

0 comments on commit e036534

Please sign in to comment.