initial to gitea
This commit is contained in:
11
app/changelog/layout.tsx
Normal file
11
app/changelog/layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function ChangelogLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<div className="flex items-start gap-8">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user