add file extensions

This commit is contained in:
Lewis Moten
2024-05-17 15:47:13 -04:00
parent 9431ec487f
commit 4b4f166346
19 changed files with 52 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
import Dispatcher from "./Dispatcher";
import * as CRC from './CRC';
import * as PacketUtils from './PacketUtils';
import Dispatcher from "./Dispatcher.js";
import * as CRC from './CRC.js';
import * as PacketUtils from './PacketUtils.js';
import {
bitsToInt,
bytesToBits,
numberToBytes,
} from "./converters";
} from "./converters.js";
const dispatcher = new Dispatcher('StreamManager', [
'change',