From a22b169f19e2526d9ae535ebae3a9ddd468ce86b Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Mon, 12 Aug 2024 03:38:05 +0300 Subject: [PATCH] chore: Fix lint errors --- src/components/App/App.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index 476b7b5..3c69b73 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx @@ -48,13 +48,6 @@ export type DocAnalytics = { }; }; -export type DocAnalytics = { - gtm?: { - id?: string; - mode?: 'base' | 'notification'; - }; -}; - export interface AppProps { lang: Lang; langs: Lang[];