UNPKG

keet

Version:

Minimalist view layer for the web

14 lines (10 loc) 159 B
import Keet from '../' class App extends Keet { el = 'app' render () { return { nodeType: 2 } } } export default new App()