Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Apr 27, 2022
1 parent cb0f3fc commit c23582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion write.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c23582f

Please sign in to comment.