library-template/dist/components/button/index.js

3 lines
216 B
JavaScript
Raw Normal View History

2024-01-21 16:00:28 -06:00
import{cn as t}from"../../lib/utils.js";import e from"react";var r=function(){return e.createElement("div",{className:t("bg-blue-500","text-white")},"Button")};export{r as default};
2024-01-21 14:13:07 -06:00
//# sourceMappingURL=index.js.map