mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export function useCategories() {
|
|
const { $client } = useNuxtApp();
|
|
return $client.listCategories.useQuery();
|
|
}
|