From b7f756d7213232b480a2684da95413fbc0230bec Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Thu, 5 Sep 2024 16:36:57 +0200 Subject: [PATCH] fixup! Feat(web): Stabilization of ProductLogo component #DS-1374 --- packages/web/src/scss/components/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/scss/components/index.scss b/packages/web/src/scss/components/index.scss index 9bb4ec6c3f..122d5c0cf1 100644 --- a/packages/web/src/scss/components/index.scss +++ b/packages/web/src/scss/components/index.scss @@ -21,6 +21,7 @@ // @forward 'Pagination'; // @forward 'Pill'; @forward 'ProductLogo'; + // @forward 'Radio'; // @forward 'ScrollView'; // @forward 'Select';