mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-20 22:46:13 +01:00
Landing page
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { PropsWithChildren } from 'react'
|
||||
|
||||
export default function GroupsLayout({ children }: PropsWithChildren<{}>) {
|
||||
return <main>{children}</main>
|
||||
return (
|
||||
<main className="flex-1 max-w-screen-md w-full mx-auto p-4">
|
||||
{children}
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user