import React from "react"; import { Link } from "react-router-dom"; export default function Button ({ link, width = 36, height = 16, spinner = 4 }) { return ( <>