Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Sep 5, 2024
1 parent 5694a2f commit 665bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/components/button/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mergeDeepLeft, reduce, unapply } from "ramda";
import { ButtonComponent } from "./Button";

export const card = unapply(reduce(mergeDeepLeft, {}))(ButtonComponent);
export const button = unapply(reduce(mergeDeepLeft, {}))(ButtonComponent);

0 comments on commit 665bf69

Please sign in to comment.