UNPKG

create-bruh

Version:
15 lines (13 loc) 262 B
import Shell from "./shell" import Counter from "./components/counter/render" export default () => <Shell title="Bruh..." description="Bruh Moment" js={ ["./index.mjs"] } > <main> <h1>Bruh</h1> <Counter /> </main> </Shell>