Skip to content

Commit

Permalink
fixed : Notification component name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jun 21, 2024
1 parent 31702bc commit 4c1f00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand All @@ -11,7 +11,7 @@ export {
Carousel,
ErrorBoundary,
Headbar,
Notifications,
// Notifications,
OtpSection,
SpinnerLoader,
};

0 comments on commit 4c1f00f

Please sign in to comment.