moved DebugLogView to components folder
parent
3cfcf128a5
commit
335e452730
@ -1,18 +1,6 @@
|
||||
// /* global $: false */
|
||||
// /* global Whisper: false */
|
||||
|
||||
import React from 'react';
|
||||
import { DebugLogView } from '../views/DebugLogView';
|
||||
|
||||
// $(document).on('keyup', e => {
|
||||
// 'use strict';
|
||||
|
||||
// if (e.keyCode === 27) {
|
||||
// window.closeDebugLog();
|
||||
// }
|
||||
// });
|
||||
import { DebugLogView } from '../components/DebugLogView';
|
||||
|
||||
// Whisper ?
|
||||
global.setTimeout(() => {
|
||||
window.ReactDOM.render(<DebugLogView />, document.getElementById('root'));
|
||||
}, 1000);
|
||||
|
Loading…
Reference in New Issue