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