format code

remove end of line
This commit is contained in:
DefectingCat
2023-05-17 14:58:22 +08:00
parent 221e72d783
commit b19914b68a
34 changed files with 38 additions and 48 deletions

View File

@ -36,4 +36,4 @@ export default async function Page({ params }: { params: { page: string } }) {
/>
</>
);
}
}

View File

@ -12,4 +12,4 @@ const Loading = () => {
);
};
export default Loading;
export default Loading;

View File

@ -31,4 +31,4 @@ export default async function Page() {
/>
</>
);
}
}

View File

@ -59,4 +59,4 @@ const PostCardLoading = () => {
);
};
export default memo(PostCardLoading);
export default memo(PostCardLoading);

View File

@ -51,4 +51,4 @@ const PostCard = ({ post }: Props) => {
);
};
export default memo(PostCard);
export default memo(PostCard);

View File

@ -63,4 +63,4 @@ export default async function Page({
</main>
</>
);
}
}

View File

@ -8,4 +8,4 @@ export default async function PageLayout({
children: ReactNode;
}) {
return <>{children}</>;
}
}

View File

@ -29,4 +29,4 @@ export default async function PageLayout({
</main>
</>
);
}
}

View File

@ -103,4 +103,4 @@ const HomeModel = () => {
);
};
export default HomeModel;
export default HomeModel;

View File

@ -51,4 +51,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@ -161,4 +161,4 @@ const HeadBar = () => {
);
};
export default memo(HeadBar);
export default memo(HeadBar);

View File

@ -70,4 +70,4 @@ const Page = async ({
);
};
export default Page;
export default Page;

View File

@ -33,4 +33,4 @@ export default function Page() {
</div>
</main>
);
}
}