temp move
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { api } from '@/app/_trpc/client';
|
||||
|
||||
export function useEventNames(projectId: string) {
|
||||
const query = api.chart.events.useQuery({
|
||||
projectId: projectId,
|
||||
});
|
||||
|
||||
return query.data ?? [];
|
||||
}
|
||||
Reference in New Issue
Block a user