Explorar o código

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

Helder %!s(int64=6) %!d(string=hai) anos
pai
achega
66cf3247cb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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'));