From 7ef7c44cf79b58db1aaae85da3f1bb782d8c250f Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 15:00:33 -0700 Subject: [PATCH] proper stream import --- interactor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();