Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Jun 7, 2024
1 parent 45a9116 commit b8901b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ui/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LinkBase, mergeClasses } from '@expo/styleguide';
import { ArrowLeftIcon, ArrowRightIcon, CalendarIcon } from '@expo/styleguide-icons';
import { ArrowLeftIcon, ArrowRightIcon } from '@expo/styleguide-icons';
import { useRouter } from 'next/compat/router';

import { ForumsLink, EditPageLink, IssuesLink, ShareFeedbackLink } from './Links';
Expand Down

0 comments on commit b8901b9

Please sign in to comment.