Skip to content

Commit

Permalink
🔥 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 29, 2024
1 parent 9e68f47 commit bdd6237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from 'next/link';

import Image from 'next/image';
import Demo from '../../../cli/demo.gif';
import { FaArrowRight, FaGithub } from 'react-icons/fa';
import { FaArrowRight } from 'react-icons/fa';
import { Button } from 'components/ui/button';

export default function Page() {
Expand Down

0 comments on commit bdd6237

Please sign in to comment.