chore: rename custom components

This commit is contained in:
Pablo Lara
2024-10-09 06:47:10 +02:00
parent fe27a32dcb
commit a149458593
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export * from "./custom-alert-modal";
export * from "./custom-box";
export * from "./custom-button";
export * from "./custom-dropdown-filter";
export * from "./CustomAlertModal";
export * from "./custom-input";
export * from "./custom-loader";
export * from "./CustomButtonClientAction";
export * from "./CustomInput";
export * from "./CustomLoader";