UNPKG

keet

Version:

Minimalist view layer for the web

16 lines (12 loc) 230 B
import Keet, { html } from '../' class App extends Keet { el = 'app' render () { return html` <div id="container"> <!-- {{component:sub}} --> </div> ` } } export default new App()