chore: update format script

This commit is contained in:
xfy
2025-05-19 19:25:34 +08:00
parent f914f8ac96
commit 39089feea8
11 changed files with 37 additions and 53 deletions

View File

@ -1,7 +1,7 @@
import PostCard from 'components/pages/blog/post-card';
import PostCardLoading from 'components/pages/blog/post-card-loading';
import Pagination from 'components/rua/rua-pagination';
import { getPostListPath, postLists, PostPerPage } from 'lib/posts';
import { PostPerPage, getPostListPath, postLists } from 'lib/posts';
import { notFound } from 'next/navigation';
import { Fragment, Suspense } from 'react';