Update template

master
yutent 2023-09-21 12:28:36 +08:00
parent 4ec234128d
commit 21315ec0c0
1 changed files with 1 additions and 1 deletions

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