From 9835481cbf0403f00768fe98078b19603f167728 Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Mon, 13 Jan 2020 20:00:46 +0100 Subject: [PATCH] decaffeinate: rename app/coffee dir to app/js --- .../notifications/app/{coffee => js}/HealthCheckController.js | 0 services/notifications/app/{coffee => js}/Notifications.js | 0 .../notifications/app/{coffee => js}/NotificationsController.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename services/notifications/app/{coffee => js}/HealthCheckController.js (100%) rename services/notifications/app/{coffee => js}/Notifications.js (100%) rename services/notifications/app/{coffee => js}/NotificationsController.js (100%) diff --git a/services/notifications/app/coffee/HealthCheckController.js b/services/notifications/app/js/HealthCheckController.js similarity index 100% rename from services/notifications/app/coffee/HealthCheckController.js rename to services/notifications/app/js/HealthCheckController.js diff --git a/services/notifications/app/coffee/Notifications.js b/services/notifications/app/js/Notifications.js similarity index 100% rename from services/notifications/app/coffee/Notifications.js rename to services/notifications/app/js/Notifications.js diff --git a/services/notifications/app/coffee/NotificationsController.js b/services/notifications/app/js/NotificationsController.js similarity index 100% rename from services/notifications/app/coffee/NotificationsController.js rename to services/notifications/app/js/NotificationsController.js