mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-25 00:46:13 +01:00
Tiny adjustments
This commit is contained in:
7
src/app/groups/actions.ts
Normal file
7
src/app/groups/actions.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
'use server'
|
||||
import { getGroups } from "@/lib/api"
|
||||
|
||||
export async function getGroupsAction(groupIds: string[]) {
|
||||
'use server'
|
||||
return getGroups(groupIds)
|
||||
}
|
||||
Reference in New Issue
Block a user