From 3799baa712db6a7343d7fc8892721386f251fd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 12 Mar 2024 09:05:43 +0100 Subject: [PATCH] BugFix: attachment route moved under [locale] --- app/{ => [locale]}/attachment/[id]/not-found.tsx | 0 app/{ => [locale]}/attachment/[id]/route.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/{ => [locale]}/attachment/[id]/not-found.tsx (100%) rename app/{ => [locale]}/attachment/[id]/route.tsx (100%) diff --git a/app/attachment/[id]/not-found.tsx b/app/[locale]/attachment/[id]/not-found.tsx similarity index 100% rename from app/attachment/[id]/not-found.tsx rename to app/[locale]/attachment/[id]/not-found.tsx diff --git a/app/attachment/[id]/route.tsx b/app/[locale]/attachment/[id]/route.tsx similarity index 100% rename from app/attachment/[id]/route.tsx rename to app/[locale]/attachment/[id]/route.tsx