Skip to content

Commit

Permalink
refactor: Remove unused code and optimize image loading in EntryPage …
Browse files Browse the repository at this point in the history
…component
  • Loading branch information
bramses committed Sep 23, 2024
1 parent b547ef5 commit c8015e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EntryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css';
import { useUser } from '@clerk/nextjs';
import Image from 'next/image';
import Link from 'next/link';
import { usePathname, useRouter } from 'next/navigation';
import { usePathname } from 'next/navigation';
import { memo, useEffect, useState } from 'react';
import LiteYouTubeEmbed from 'react-lite-youtube-embed';
import ReactMarkdown from 'react-markdown';
Expand Down

0 comments on commit c8015e8

Please sign in to comment.