mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import { App } from './App';
|
|
ReactDOM.render(<App />, document.getElementById('app'));
|