1 2 3 4
import * as React from "react"; export const Button = () => { return <button>Boop</button>; };