CSS and Tabs Added

This commit is contained in:
Leoh 2021-10-16 23:33:38 +05:30
parent a84b981019
commit 9c58769a99
7 changed files with 2149 additions and 90 deletions

View file

@ -105,7 +105,7 @@ class App extends React.Component<any,any> {
else if(!this.state.isLoaded)
return <div className="loading">Loading....</div>
else {
return (<div>
return (<div className="plugin-root">
<Statsview user_data={this.state.user_data} />
<Taskview todos={this.state.todos} onChange={this.handleChange} />
</div>