Skip to content

Commit f743895

Browse files
committed
refactor: Remove default export from CookieConsentBanner
Remove unnecessary default export from CookieConsentBanner component to maintain consistency with existing import patterns
1 parent 8dcf36f commit f743895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/CookieConsentBanner.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,3 @@ export const CookieConsentBanner = () => {
8383
</BannerContainer>
8484
)
8585
}
86-
87-
export default CookieConsentBanner

0 commit comments

Comments
 (0)