mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { trpc } from '@/lib/trpc'
|
|
|
|
export function useMySpaces() {
|
|
return trpc.space.mySpaces.useQuery()
|
|
}
|