Explorar el Código

refactor(app component): change app struture

Helder hace 6 años
padre
commit
cfcf0956b0
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  1. 0 14
      src/app.jsx

+ 0 - 14
src/app.jsx

@@ -1,14 +0,0 @@
-import React, { Component } from 'react';
-
-export default class App extends Component{
-
-    constructor(props){
-        super(props);
-    }
-
-    render(){
-        return(
-            <h1>Hello This is Post App modified</h1>
-        )
-    }
-}