mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Merge branch 'master' into start
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
export class App extends React.Component {
|
||||
export class App extends React.Component<any, any> {
|
||||
render() {
|
||||
let text = 'My App';
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user