Add loading.tsx for mine

pull/141/head
Max Leiter 3 years ago
parent 1acbb52e27
commit a64cc78eed

@ -0,0 +1,7 @@
"use client"
import PostList from "@components/post-list"
export default function Loading() {
return <PostList skeleton={true} initialPosts={[]} />
}
Loading…
Cancel
Save