From c23582fc72d6c9b488012822d11f507003a6061d Mon Sep 17 00:00:00 2001 From: Kris Zyp Date: Wed, 27 Apr 2022 12:00:31 -0600 Subject: [PATCH] Clean up imports --- write.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/write.js b/write.js index 76f1dfe2c3..36ef668fa3 100644 --- a/write.js +++ b/write.js @@ -1,4 +1,4 @@ -import { getAddress, onExit, native } from './native.js'; +import { getAddress, native } from './native.js'; import { when } from './util/when.js'; const { write, compress } = native; var backpressureArray;