mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
import { render } from 'react-dom';
|
|
import HyperTerm from './hyperterm';
|
|
import React from 'react';
|
|
|
|
require('./css/hyperterm.css');
|
|
require('./css/tabs.css');
|
|
|
|
render(<HyperTerm />, document.getElementById('mount'));
|