We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1fbe5 commit 71e9ccdCopy full SHA for 71e9ccd
1 file changed
app/entities/post/detail/OgLinkCard.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
+import Image from 'next/image';
3
import { useEffect, useState } from 'react';
4
import Skeleton from '@/app/entities/common/Skeleton/Skeleton';
-import Image from 'next/image';
5
6
interface OGData {
7
url: string;
0 commit comments