From 08cccc5ede7f0236e82210136fefceb37cd0c083 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 24 Jan 2026 15:39:10 +0300 Subject: [PATCH] chore: add export --- src/widgets/ComparisonSlider/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/widgets/ComparisonSlider/index.ts diff --git a/src/widgets/ComparisonSlider/index.ts b/src/widgets/ComparisonSlider/index.ts new file mode 100644 index 0000000..41afc78 --- /dev/null +++ b/src/widgets/ComparisonSlider/index.ts @@ -0,0 +1 @@ +export { ComparisonSlider } from './ui';