From 56230afaccc09f01fd1924bdb8c55815389bfe59 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 17 Feb 2023 19:57:03 +0300 Subject: [PATCH] organize exports: pt 1.1 --- apps/web/process/bonuses/reactions/{index.js => index.ts} | 0 apps/web/process/calculate/reactions/{index.js => index.ts} | 0 apps/web/process/configurator/reactions/{index.js => index.ts} | 0 apps/web/process/price/reactions/{index.js => index.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/web/process/bonuses/reactions/{index.js => index.ts} (100%) rename apps/web/process/calculate/reactions/{index.js => index.ts} (100%) rename apps/web/process/configurator/reactions/{index.js => index.ts} (100%) rename apps/web/process/price/reactions/{index.js => index.ts} (100%) diff --git a/apps/web/process/bonuses/reactions/index.js b/apps/web/process/bonuses/reactions/index.ts similarity index 100% rename from apps/web/process/bonuses/reactions/index.js rename to apps/web/process/bonuses/reactions/index.ts diff --git a/apps/web/process/calculate/reactions/index.js b/apps/web/process/calculate/reactions/index.ts similarity index 100% rename from apps/web/process/calculate/reactions/index.js rename to apps/web/process/calculate/reactions/index.ts diff --git a/apps/web/process/configurator/reactions/index.js b/apps/web/process/configurator/reactions/index.ts similarity index 100% rename from apps/web/process/configurator/reactions/index.js rename to apps/web/process/configurator/reactions/index.ts diff --git a/apps/web/process/price/reactions/index.js b/apps/web/process/price/reactions/index.ts similarity index 100% rename from apps/web/process/price/reactions/index.js rename to apps/web/process/price/reactions/index.ts