mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
require('../styles/main.less');
|
|
|
|
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
|
|
import { TerminalApp } from './components/terminal-app.js';
|
|
|
|
ReactDOM.render(<TerminalApp/>, document.getElementById('app'));
|