This commit is contained in:
9
src/app/posts/[slug]/loding.tsx
Normal file
9
src/app/posts/[slug]/loding.tsx
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import { Loader2 } from 'lucide-react';
|
||||||
|
|
||||||
|
export default function Loading() {
|
||||||
|
return (
|
||||||
|
<div className="flex justify-center items-center h-screen">
|
||||||
|
<Loader2 className="animate-spin text-blue-500" size={40} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user