Преглед изворни кода

feat(index.js): where is app.js called

Helder пре 6 година
родитељ
комит
66cf3247cb
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      src/index.jsx

+ 5 - 0
src/index.jsx

@@ -0,0 +1,5 @@
+import React from 'react';
+import { render  } from 'react-dom';
+import App from './app';
+
+render(<App />,document.getElementById('app'));