Format code

This commit is contained in:
DefectingCat
2022-10-24 09:51:36 +08:00
parent 55f67dcce2
commit 95dba42ece

View File

@ -11,9 +11,7 @@ const MainLayout = ({ children }: Props) => {
return (
<>
<HeadBar />
{children}
<Footer />
</>
);