From 3d44c43dbdf171965eba8c705b61e69efcfb632f Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Thu, 13 Nov 2025 03:51:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=B5=20=D0=B8=D0=B7=20=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app.d.ts b/src/app.d.ts index 9dfaddb..db32518 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,10 +1,5 @@ declare global { namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface Platform {} - interface Route { label: string; icon: string;