Skip to content

Commit ca11340

Browse files
author
smellai
committed
export boardconfiguration
1 parent eef1944 commit ca11340

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929

3030
import SocketDaemon from './socket-daemon';
3131
import ChromeOsDaemon from './chrome-app-daemon';
32+
import BoardConfiguration from './boardConfiguration';
33+
3234

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

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

0 commit comments

Comments
 (0)