Parcourir la source

refactor(app component): change app struture

Helder il y a 6 ans
Parent
commit
cfcf0956b0
1 fichiers modifiés avec 0 ajouts et 14 suppressions
  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>
-        )
-    }
-}