add post page loading

This commit is contained in:
DefectingCat
2024-01-04 10:19:37 +08:00
parent eeaaf0bff5
commit eb42919f62
3 changed files with 63 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import React, { memo } from 'react';
import clsx from 'clsx';
import { memo } from 'react';
const PostCardLoading = () => {
return (

View File

@ -1,5 +1,4 @@
import clsx from 'clsx';
// import GistsCode from './gists-code';
const GistSkeleton = () => {
return (
@ -38,8 +37,6 @@ const GistSkeleton = () => {
<p className="pb-2 text-lg text-gray-500">
<span className={'w-16 animate-pulse'}></span>
</p>
{/* <GistsCode /> */}
</div>
</div>
</main>