Skip to content

Commit

Permalink
chore: Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 authored and Ruslan Bagautdinov committed Sep 21, 2024
1 parent 9dffb83 commit a22b169
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ export type DocAnalytics = {
};
};

export type DocAnalytics = {
gtm?: {
id?: string;
mode?: 'base' | 'notification';
};
};

export interface AppProps {
lang: Lang;
langs: Lang[];
Expand Down

0 comments on commit a22b169

Please sign in to comment.