mirror of
https://github.com/Noratrieb/hugos-lieblingsflugzeuge.git
synced 2026-01-16 12:45:12 +01:00
8 lines
No EOL
155 B
JavaScript
8 lines
No EOL
155 B
JavaScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import App from "./App";
|
|
|
|
ReactDOM.render(
|
|
<App/>
|
|
, document.getElementById('root')
|
|
); |