6 lines
78 B
JavaScript

import html from "./index.html"
export function render(){
return html;
}