Skip to content

Commit

Permalink
fix: post list loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Jul 27, 2023
1 parent a0ad0ba commit 5f42521
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions src/app/posts/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { NormalContainer } from '~/components/layout/container/Normal'
import { Loading } from '~/components/ui/loading'

export default function PostListLoading() {
return (
<NormalContainer>
<Loading useDefaultLoadingText />
</NormalContainer>
)
}

1 comment on commit 5f42521

@vercel
Copy link

@vercel vercel bot commented on 5f42521 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.