From 6fd0c28a16b005c5c93bf1ade4481656c41b1233 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Jun 2026 19:16:13 +0100 Subject: [PATCH] Move include for history module to index_modules --- app/assets/javascripts/index_modules/history.js | 2 +- .../history/changesets-layer.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/assets/javascripts/{index/history-changesets-layer.js => index_modules/history/changesets-layer.js} (100%) diff --git a/app/assets/javascripts/index_modules/history.js b/app/assets/javascripts/index_modules/history.js index 344938e59..37412c823 100644 --- a/app/assets/javascripts/index_modules/history.js +++ b/app/assets/javascripts/index_modules/history.js @@ -1,4 +1,4 @@ -//= require ./../index/history-changesets-layer +//= require ./history/changesets-layer export default function (map) { const page = {}; diff --git a/app/assets/javascripts/index/history-changesets-layer.js b/app/assets/javascripts/index_modules/history/changesets-layer.js similarity index 100% rename from app/assets/javascripts/index/history-changesets-layer.js rename to app/assets/javascripts/index_modules/history/changesets-layer.js -- 2.47.3