diff --git a/interactor.js b/interactor.js index eecb4d0..88a8b08 100644 --- a/interactor.js +++ b/interactor.js @@ -1,4 +1,4 @@ -import { Stream } from './stream.js'; +import { Stream } from 'stream'; export class Interactor { _actions = new Stream();