mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
up to step 4
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export class Counter extends React.Component<any, any> {
|
||||
|
||||
export class Counter extends React.Component {
|
||||
render() {
|
||||
|
||||
return (
|
||||
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user