import * as React from "react"; export const Button = () => { return (
Read the docs
); };