From 131d098a7168aeaa1251d780ca83ef6a91c55b33 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 29 Jan 2026 03:47:40 +0300 Subject: [PATCH] fix: remove telegram import from App.tsx --- web/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 77f7cd86..dbfa9670 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -58,9 +58,6 @@ const ForumTopic = lazy(() => import('@/pages/ForumTopic')); const Telemetry = lazy(() => import('@/pages/Telemetry')); const Subdomains = lazy(() => import('@/pages/Subdomains')); -// Telegram Mini App -const TelegramApp = lazy(() => import('./telegram/TelegramApp')); - // Network pages const Mainnet = lazy(() => import('@/pages/networks/Mainnet')); const Staging = lazy(() => import('@/pages/networks/Staging')); @@ -115,8 +112,6 @@ function App() { }> - {/* Telegram Mini App - standalone route */} - } /> } /> } /> } />