1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 18:56:29 +02:00
Files
csslayout/client/index.jsx
Phuoc Nguyen 263b24b693 Add skeleton
2019-11-15 13:34:08 +07:00

7 lines
140 B
JavaScript

import React from 'react';
import { render } from 'react-dom';
import App from './App';
render(<App />, document.getElementById('root'));