Add loading.tsx for mine
This commit is contained in:
parent
1acbb52e27
commit
a64cc78eed
1 changed files with 7 additions and 0 deletions
7
src/app/mine/loading.tsx
Normal file
7
src/app/mine/loading.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
"use client"
|
||||
|
||||
import PostList from "@components/post-list"
|
||||
|
||||
export default function Loading() {
|
||||
return <PostList skeleton={true} initialPosts={[]} />
|
||||
}
|
Loading…
Reference in a new issue