committed by
Gregory Gubarev
parent
9631152f1e
commit
deba95eaaa
@ -45,13 +45,13 @@ class Counter extends React.Component {
|
|||||||
this.state = {
|
this.state = {
|
||||||
count: 0
|
count: 0
|
||||||
};
|
};
|
||||||
// change code below this line
|
// Измените код ниже
|
||||||
|
|
||||||
// change code above this line
|
// Измените код выше
|
||||||
}
|
}
|
||||||
// change code below this line
|
// Измените код ниже
|
||||||
|
|
||||||
// change code above this line
|
// Измените код выше
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user