diff --git a/components/ui/custom/CustomAlertModal.tsx b/components/ui/custom/custom-alert-modal.tsx similarity index 100% rename from components/ui/custom/CustomAlertModal.tsx rename to components/ui/custom/custom-alert-modal.tsx diff --git a/components/ui/custom/CustomInput.tsx b/components/ui/custom/custom-input.tsx similarity index 100% rename from components/ui/custom/CustomInput.tsx rename to components/ui/custom/custom-input.tsx diff --git a/components/ui/custom/CustomLoader.tsx b/components/ui/custom/custom-loader.tsx similarity index 100% rename from components/ui/custom/CustomLoader.tsx rename to components/ui/custom/custom-loader.tsx diff --git a/components/ui/custom/index.ts b/components/ui/custom/index.ts index 5cf748708d..703b673471 100644 --- a/components/ui/custom/index.ts +++ b/components/ui/custom/index.ts @@ -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";