import { frontend as fe } from 'hype' fe(function test() { alert('ding dong') }) export default () => (
test
)