From 472220730879c05e56607f48127f14820229b948 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sat, 16 Dec 2017 16:07:39 +0000 Subject: [PATCH] Change the suffix of helpers from .tsx to .ts. They are not jsx files. --- src/{etesync-helpers.tsx => etesync-helpers.ts} | 0 src/{journal-processors.tsx => journal-processors.ts} | 0 src/{pim-types.tsx => pim-types.ts} | 0 src/{routes.test.tsx => routes.test.ts} | 0 src/{routes.tsx => routes.ts} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/{etesync-helpers.tsx => etesync-helpers.ts} (100%) rename src/{journal-processors.tsx => journal-processors.ts} (100%) rename src/{pim-types.tsx => pim-types.ts} (100%) rename src/{routes.test.tsx => routes.test.ts} (100%) rename src/{routes.tsx => routes.ts} (100%) diff --git a/src/etesync-helpers.tsx b/src/etesync-helpers.ts similarity index 100% rename from src/etesync-helpers.tsx rename to src/etesync-helpers.ts diff --git a/src/journal-processors.tsx b/src/journal-processors.ts similarity index 100% rename from src/journal-processors.tsx rename to src/journal-processors.ts diff --git a/src/pim-types.tsx b/src/pim-types.ts similarity index 100% rename from src/pim-types.tsx rename to src/pim-types.ts diff --git a/src/routes.test.tsx b/src/routes.test.ts similarity index 100% rename from src/routes.test.tsx rename to src/routes.test.ts diff --git a/src/routes.tsx b/src/routes.ts similarity index 100% rename from src/routes.tsx rename to src/routes.ts