mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
add post page loading
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React, { memo } from 'react';
|
||||
import clsx from 'clsx';
|
||||
import { memo } from 'react';
|
||||
|
||||
const PostCardLoading = () => {
|
||||
return (
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user