mirror of https://github.com/MaxLeiter/Drift
Add loading.tsx for mine
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…
Reference in New Issue