From 07eb00c705eeab6ef8c1e859ab3fa870e497ad95 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 18 Mar 2026 19:07:32 +0700 Subject: [PATCH] rename file --- src/app/[locale]/pages/reports/page.tsx | 2 +- ...nalytics-carв-geography.tsx => analytics-card-geography.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/app/ui/reports/{analytics-carв-geography.tsx => analytics-card-geography.tsx} (100%) diff --git a/src/app/[locale]/pages/reports/page.tsx b/src/app/[locale]/pages/reports/page.tsx index dc124b8..f8708d1 100644 --- a/src/app/[locale]/pages/reports/page.tsx +++ b/src/app/[locale]/pages/reports/page.tsx @@ -1,7 +1,7 @@ import ViolationsTable from '@/app/ui/violations/violations-table'; import FinalSummary from '@/app/ui/reports/final-summary'; import AnalyticsCardMonth from '@/app/ui/reports/analytics-card-month'; -import AnalyticsCardGeography from '@/app/ui/reports/analytics-carв-geography'; +import AnalyticsCardGeography from '@/app/ui/reports/analytics-card-geography'; import ActivityByContentType from '@/app/ui/reports/activity-by-content-type'; import PageTitle from '@/app/ui/page-title'; import ReportsInfo from '@/app/ui/reports/reports-info'; diff --git a/src/app/ui/reports/analytics-carв-geography.tsx b/src/app/ui/reports/analytics-card-geography.tsx similarity index 100% rename from src/app/ui/reports/analytics-carв-geography.tsx rename to src/app/ui/reports/analytics-card-geography.tsx