Skip to content

Commit

Permalink
fixup! Feat(web-react): Stabilization of ProductLogo component #DS-1374
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Sep 5, 2024
1 parent 27e004f commit a4d6f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/ProductLogo/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use client';

export * from './ProductLogo';
export { default as UNSTABLE_ProductLogo } from './ProductLogo';
export { default as ProductLogo } from './ProductLogo';

0 comments on commit a4d6f60

Please sign in to comment.