Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Sep 22, 2023
1 parent 6aabd53 commit b308f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/instrument.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const DEBUG = window.DEBUG;
const assign = Object.assign;
const define = Object.defineProperties;

import Sink from './sink';
import Sink from './sink.js';
assign(constructors, {
sink: Sink
});
Expand Down

0 comments on commit b308f0c

Please sign in to comment.