diff --git a/app/components/index.tsx b/app/components/index.tsx index 8f50e2d..2314f60 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -2,7 +2,7 @@ import BrandLogo from "./brandlogo"; import Carousel from "./carousel"; import ErrorBoundary from "./error-boundary"; import Headbar from "./headbar"; -import Notifications from "./Notifications"; +// import Notifications from "./Notifications"; import OtpSection from "./otp"; import SpinnerLoader from "./SpinnerLoader"; @@ -11,7 +11,7 @@ export { Carousel, ErrorBoundary, Headbar, - Notifications, + // Notifications, OtpSection, SpinnerLoader, };