Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnovichkov committed Oct 31, 2024
1 parent 7e0c1e6 commit 3ee1aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/_components/post-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Link from 'next/link'
import { Post } from '@/interfaces/post';
import PostDate from './post-date';
import readingTime from 'reading-time'
import ViewCounter from './view-counter';

interface PostPreviewProps {
post: Post;
Expand Down

0 comments on commit 3ee1aef

Please sign in to comment.