export const Hello = (props: HelloProps) =>

Hello from {props.compiler} and {props.framework}!

;