mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
add live-server
This commit is contained in:
@@ -2,6 +2,6 @@ import React from 'react';
|
||||
|
||||
export class TodoHeader extends React.Component {
|
||||
render() {
|
||||
return <div />;
|
||||
return <div>Header</div>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user