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,7 +1,7 @@
|
||||
import Link from 'next/link';
|
||||
import { Post } from 'types';
|
||||
import clsx from 'clsx';
|
||||
import Link from 'next/link';
|
||||
import { memo } from 'react';
|
||||
import { Post } from 'types';
|
||||
|
||||
interface Props {
|
||||
post: Post;
|
||||
|
Reference in New Issue
Block a user