Update template

master
yutent 2023-09-21 14:35:37 +08:00
parent 5eb587f63f
commit b453961003
1 changed files with 5 additions and 5 deletions

@ -11,11 +11,11 @@ import { html, Component } from 'wkit'
class Foo extends Component {
render() {
return html`
<h1>Hello Wkit!</h1>
`
}
render() {
return html`
<h1>Hello Wkit!</h1>
`
}
}
```