From 4412bd8d70b5fdc5480d8646bf680275e06cfc21 Mon Sep 17 00:00:00 2001 From: Viktor Rozaev Date: Mon, 13 Jan 2025 15:46:57 +0100 Subject: [PATCH] chore: move CommaSeparatedListWithRestCounter to typescript [#704] --- ...istWithRestCounter.js => CommaSeparateListWithRestCounter.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/ui/src/ui/components/CommaSeparateListWithRestCounter/{CommaSeparateListWithRestCounter.js => CommaSeparateListWithRestCounter.tsx} (100%) diff --git a/packages/ui/src/ui/components/CommaSeparateListWithRestCounter/CommaSeparateListWithRestCounter.js b/packages/ui/src/ui/components/CommaSeparateListWithRestCounter/CommaSeparateListWithRestCounter.tsx similarity index 100% rename from packages/ui/src/ui/components/CommaSeparateListWithRestCounter/CommaSeparateListWithRestCounter.js rename to packages/ui/src/ui/components/CommaSeparateListWithRestCounter/CommaSeparateListWithRestCounter.tsx