Skip to content

Commit 6fe9a21

Browse files
author
smellai
committed
minor fix export
1 parent ca11340 commit 6fe9a21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ import BoardConfiguration from './boardConfiguration';
3434

3535
const Daemon = window.navigator.userAgent.indexOf(' CrOS ') !== -1 ? ChromeOsDaemon : SocketDaemon;
3636

37-
export {
38-
Daemon,
39-
BoardConfiguration
40-
};
37+
export { BoardConfiguration };
38+
export default Daemon;

0 commit comments

Comments
 (0)