Skip to content

Commit

Permalink
Update broken export
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Nov 15, 2024
1 parent 231aab1 commit 51802fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PackageManager } from './logic/package-manager.js';
import { BoardManager } from './logic/board-manager.js';
import { DeviceManager } from './logic/board/device-manager.js';

export { PackageManager, BoardManager };
export { PackageManager, DeviceManager };

0 comments on commit 51802fd

Please sign in to comment.