We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9574e1 commit 6bb69ceCopy full SHA for 6bb69ce
src/boardConfiguration.js renamed to src/board-configuration.js
src/index.js
@@ -20,7 +20,7 @@
20
21
import SocketDaemon from './socket-daemon';
22
import ChromeOsDaemon from './chrome-app-daemon';
23
-import BoardConfiguration from './boardConfiguration';
+import BoardConfiguration from './board-configuration';
24
25
26
const Daemon = window.navigator.userAgent.indexOf(' CrOS ') !== -1 ? ChromeOsDaemon : SocketDaemon;
0 commit comments