import * as React from "react"; export const ExampleReactView = () => { return (

Hello Nemesis

This is a React view

); };