pull/271/merge
MinThent 7 months ago committed by GitHub
commit d17bc9682b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ const App = () => {
```js
import React, { Component } from 'react'
// if it is functional components
// if it is class components
class App extends Component {
greetPeople = () => {
alert('Welcome to 30 Days Of React Challenge')

Loading…
Cancel
Save