Skip to content

Commit

Permalink
chore(MiscJSDoc): update import locations
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 12, 2018
1 parent cfbfaac commit 44b756b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MiscJSDoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* we need these bogus classes, which are not stripped away. This file on the
* other hand, is not included in the release bundle.
*/
import { TeardownLogic } from './Subscription';
import { Observable } from './Observable';
import { TeardownLogic } from './internal/Subscription';
import { Observable } from './internal/Observable';
import './internal/observable/dom/MiscJSDoc';
import { Observer } from './Observer';
import { Observer } from './internal/Observer';

/**
* We need this JSDoc comment for affecting ESDoc.
Expand Down

0 comments on commit 44b756b

Please sign in to comment.