mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-18 11:34:05 -08:00
8 lines
213 B
TypeScript
8 lines
213 B
TypeScript
|
import './globals';
|
||
|
import React from 'react';
|
||
|
import ReactDOM from 'react-dom';
|
||
|
import App from './App';
|
||
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
||
|
|
||
|
ReactDOM.render(<App />, document.getElementById('root'));
|