From be1e22460d16fa0a105a8c92797d69432d3e638f Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Aug 2020 22:36:27 +0200 Subject: [PATCH] rename js/x ts/x --- components/{footer.jsx => footer.tsx} | 0 components/{header.jsx => header.tsx} | 0 components/wizard/{contact.jsx => contact.tsx} | 0 components/wizard/context/{wizardStore.jsx => wizardStore.tsx} | 0 components/wizard/{dateSelect.jsx => dateSelect.tsx} | 0 components/wizard/{index.jsx => index.tsx} | 0 components/wizard/{reason.jsx => reason.tsx} | 0 components/wizard/{required.jsx => required.tsx} | 0 db/{booker.js => booker.ts} | 0 db/{booking.js => booking.ts} | 0 db/{bookingStatus.js => bookingStatus.ts} | 0 db/{index.js => index.ts} | 0 helpers/{array.test.js => array.test.ts} | 0 helpers/{array.js => array.ts} | 0 helpers/{date.js => date.ts} | 0 helpers/{mail.js => mail.ts} | 0 helpers/{storage.js => storage.ts} | 0 pages/{_app.jsx => _app.tsx} | 0 pages/api/booking/{[uuid].jsx => [uuid].tsx} | 0 pages/api/booking/{index.jsx => index.tsx} | 0 pages/api/{daysbooked.jsx => daysbooked.tsx} | 0 pages/booking/{[uuid].jsx => [uuid].tsx} | 0 pages/{index.jsx => index.tsx} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename components/{footer.jsx => footer.tsx} (100%) rename components/{header.jsx => header.tsx} (100%) rename components/wizard/{contact.jsx => contact.tsx} (100%) rename components/wizard/context/{wizardStore.jsx => wizardStore.tsx} (100%) rename components/wizard/{dateSelect.jsx => dateSelect.tsx} (100%) rename components/wizard/{index.jsx => index.tsx} (100%) rename components/wizard/{reason.jsx => reason.tsx} (100%) rename components/wizard/{required.jsx => required.tsx} (100%) rename db/{booker.js => booker.ts} (100%) rename db/{booking.js => booking.ts} (100%) rename db/{bookingStatus.js => bookingStatus.ts} (100%) rename db/{index.js => index.ts} (100%) rename helpers/{array.test.js => array.test.ts} (100%) rename helpers/{array.js => array.ts} (100%) rename helpers/{date.js => date.ts} (100%) rename helpers/{mail.js => mail.ts} (100%) rename helpers/{storage.js => storage.ts} (100%) rename pages/{_app.jsx => _app.tsx} (100%) rename pages/api/booking/{[uuid].jsx => [uuid].tsx} (100%) rename pages/api/booking/{index.jsx => index.tsx} (100%) rename pages/api/{daysbooked.jsx => daysbooked.tsx} (100%) rename pages/booking/{[uuid].jsx => [uuid].tsx} (100%) rename pages/{index.jsx => index.tsx} (100%) diff --git a/components/footer.jsx b/components/footer.tsx similarity index 100% rename from components/footer.jsx rename to components/footer.tsx diff --git a/components/header.jsx b/components/header.tsx similarity index 100% rename from components/header.jsx rename to components/header.tsx diff --git a/components/wizard/contact.jsx b/components/wizard/contact.tsx similarity index 100% rename from components/wizard/contact.jsx rename to components/wizard/contact.tsx diff --git a/components/wizard/context/wizardStore.jsx b/components/wizard/context/wizardStore.tsx similarity index 100% rename from components/wizard/context/wizardStore.jsx rename to components/wizard/context/wizardStore.tsx diff --git a/components/wizard/dateSelect.jsx b/components/wizard/dateSelect.tsx similarity index 100% rename from components/wizard/dateSelect.jsx rename to components/wizard/dateSelect.tsx diff --git a/components/wizard/index.jsx b/components/wizard/index.tsx similarity index 100% rename from components/wizard/index.jsx rename to components/wizard/index.tsx diff --git a/components/wizard/reason.jsx b/components/wizard/reason.tsx similarity index 100% rename from components/wizard/reason.jsx rename to components/wizard/reason.tsx diff --git a/components/wizard/required.jsx b/components/wizard/required.tsx similarity index 100% rename from components/wizard/required.jsx rename to components/wizard/required.tsx diff --git a/db/booker.js b/db/booker.ts similarity index 100% rename from db/booker.js rename to db/booker.ts diff --git a/db/booking.js b/db/booking.ts similarity index 100% rename from db/booking.js rename to db/booking.ts diff --git a/db/bookingStatus.js b/db/bookingStatus.ts similarity index 100% rename from db/bookingStatus.js rename to db/bookingStatus.ts diff --git a/db/index.js b/db/index.ts similarity index 100% rename from db/index.js rename to db/index.ts diff --git a/helpers/array.test.js b/helpers/array.test.ts similarity index 100% rename from helpers/array.test.js rename to helpers/array.test.ts diff --git a/helpers/array.js b/helpers/array.ts similarity index 100% rename from helpers/array.js rename to helpers/array.ts diff --git a/helpers/date.js b/helpers/date.ts similarity index 100% rename from helpers/date.js rename to helpers/date.ts diff --git a/helpers/mail.js b/helpers/mail.ts similarity index 100% rename from helpers/mail.js rename to helpers/mail.ts diff --git a/helpers/storage.js b/helpers/storage.ts similarity index 100% rename from helpers/storage.js rename to helpers/storage.ts diff --git a/pages/_app.jsx b/pages/_app.tsx similarity index 100% rename from pages/_app.jsx rename to pages/_app.tsx diff --git a/pages/api/booking/[uuid].jsx b/pages/api/booking/[uuid].tsx similarity index 100% rename from pages/api/booking/[uuid].jsx rename to pages/api/booking/[uuid].tsx diff --git a/pages/api/booking/index.jsx b/pages/api/booking/index.tsx similarity index 100% rename from pages/api/booking/index.jsx rename to pages/api/booking/index.tsx diff --git a/pages/api/daysbooked.jsx b/pages/api/daysbooked.tsx similarity index 100% rename from pages/api/daysbooked.jsx rename to pages/api/daysbooked.tsx diff --git a/pages/booking/[uuid].jsx b/pages/booking/[uuid].tsx similarity index 100% rename from pages/booking/[uuid].jsx rename to pages/booking/[uuid].tsx diff --git a/pages/index.jsx b/pages/index.tsx similarity index 100% rename from pages/index.jsx rename to pages/index.tsx