From f73c274367c0befe1bc604ee0797325f22ad7efe Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Fri, 4 Apr 2025 17:11:32 -0700 Subject: [PATCH] web: move _map to _mapImage --- web/src/app/mapfixes/[mapfixId]/{_map.tsx => _mapImage.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/src/app/mapfixes/[mapfixId]/{_map.tsx => _mapImage.tsx} (100%) diff --git a/web/src/app/mapfixes/[mapfixId]/_map.tsx b/web/src/app/mapfixes/[mapfixId]/_mapImage.tsx similarity index 100% rename from web/src/app/mapfixes/[mapfixId]/_map.tsx rename to web/src/app/mapfixes/[mapfixId]/_mapImage.tsx