Pārlūkot izejas kodu

refactor(app component): change app struture

Helder 6 gadi atpakaļ
vecāks
revīzija
cfcf0956b0
1 mainītis faili ar 0 papildinājumiem un 14 dzēšanām
  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>
-        )
-    }
-}