Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Nov 10, 2024
1 parent dd128a2 commit 491e19c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/views/ViewHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ const notamCookie = useCookie<boolean>('notam-closed', {
maxAge: 60 * 60 * 24,
});
const app = useNuxtApp();
interface HeaderItem {
text: string;
Expand Down

0 comments on commit 491e19c

Please sign in to comment.