fix the PR gated

This commit is contained in:
Yifei Hu 2024-07-10 11:20:06 +08:00
parent effd1d38d0
commit ca4dfec84b
4 changed files with 31 additions and 7 deletions

View file

@ -9,4 +9,4 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
return <div>{children}</div>;
};
export default Layout;
export default Layout;