mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-06 12:36:11 +01:00
Better loading behavior
This commit is contained in:
5
src/app/groups/layout.tsx
Normal file
5
src/app/groups/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PropsWithChildren } from 'react'
|
||||
|
||||
export default function GroupsLayout({ children }: PropsWithChildren<{}>) {
|
||||
return <main>{children}</main>
|
||||
}
|
||||
Reference in New Issue
Block a user