Skip to content

Commit

Permalink
fix(@dataflow/rclone): add index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed May 17, 2020
1 parent 6243f1e commit 7d6d257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app/@dataflow/rclone/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './post-flow';
export * from './noop-auth-flow';
2 changes: 1 addition & 1 deletion src/app/pages/user/config/config.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import { FormControl } from '@angular/forms';
import { withLatestFrom, map, startWith, filter } from 'rxjs/operators';
import { CombErr } from 'src/app/@dataflow/core';
import { NoopAuthFlow } from 'src/app/@dataflow/rclone/noop-auth-flow';
import { NoopAuthFlow } from 'src/app/@dataflow/rclone';

@Component({
selector: 'user-config',
Expand Down

0 comments on commit 7d6d257

Please sign in to comment.