CSS Added

This commit is contained in:
Leoh 2021-10-17 00:00:39 +05:30
parent e3f1d13ee0
commit f195546524
4 changed files with 29 additions and 11 deletions

View file

@ -106,6 +106,7 @@ class App extends React.Component<any,any> {
return <div className="loading">Loading....</div>
else {
return (<div className="plugin-root">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<Statsview user_data={this.state.user_data} />
<Taskview todos={this.state.todos} onChange={this.handleChange} />
</div>