Skip to content

Commit

Permalink
fix: render return type
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Dec 9, 2021
1 parent 6a9a8ed commit c3c5f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class App extends Component {
/**
* @inheritdoc
*/
render() {
render(): Template {
return [
this.previousPage,
this.currentPage,
Expand Down

0 comments on commit c3c5f02

Please sign in to comment.