From faca7369f341604827ec02ce2856da42160d34bf Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Mon, 30 Jan 2023 13:30:51 +0800 Subject: [PATCH] Format code --- components/gists/gists-skeleton.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/gists/gists-skeleton.tsx b/components/gists/gists-skeleton.tsx index cf347a5..13f13fb 100644 --- a/components/gists/gists-skeleton.tsx +++ b/components/gists/gists-skeleton.tsx @@ -1,15 +1,7 @@ -import LinkAnchor from 'components/mdx/link-anchor'; import dayjs from 'dayjs'; import relativeTime from 'dayjs/plugin/relativeTime'; -import MainLayout from 'layouts/common/main-layout'; -import { getSignalGist, SingalGist } from 'lib/fetcher'; -import { GetStaticPaths, GetStaticProps, InferGetStaticPropsType } from 'next'; import dynamic from 'next/dynamic'; -import Image from 'next/image'; -import Link from 'next/link'; -import avatar from 'public/images/img/avatar.svg'; -import { Fragment, ReactElement, Suspense } from 'react'; -import { useRouter } from 'next/router'; +import { Suspense } from 'react'; import clsx from 'clsx'; const GistsCode = dynamic(