mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
chore(deps): add prettier organize import
format code
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import GistsCodeSkeleton from 'components/pages/gists/gists-code-skeleton';
|
||||
import clsx from 'clsx';
|
||||
import GistsCodeSkeleton from 'components/pages/gists/gists-code-skeleton';
|
||||
|
||||
const loading = () => {
|
||||
return (
|
||||
|
@ -1,7 +1,6 @@
|
||||
import clsx from 'clsx';
|
||||
import { projects, selfHosts } from 'components/pages/projects/content';
|
||||
import PojectCardSkeleton from 'components/pages/projects/project-card-skeleton';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
const Loading = () => {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user