"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NavButton = void 0;
const react_web_components_1 = require("@nimles/react-web-components");
const Link_1 = require("./Link");
exports.NavButton = react_web_components_1.Button.withComponent(Link_1.NavLink);
//# sourceMappingURL=NavButton.jsx.map