/// import { React } from '../mod.ts'; const View = () =>
Hello
; if (import.meta.main) { ().render().then(console.log); }