6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
import html from "./index.html"
|
|
|
|
export function render(){
|
|
return html;
|
|
}
|