Skip to content

Commit

Permalink
Removing unused MenuData variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Sep 24, 2024
1 parent 609c6ac commit 868b57d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export const DEFAULT_METADATA: Metadata = {
...DEFAULT,
};

export type MenuData = {
data: MegamenuQuery;
};

export const viewport: Viewport = {
themeColor: "#cc4141",
width: "device-width",
Expand Down

0 comments on commit 868b57d

Please sign in to comment.