We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6011f2 commit 40ba1ecCopy full SHA for 40ba1ec
apps/event-service-next/src/utils/repository.ts
@@ -1,6 +1,6 @@
1
import { createClient } from '@supabase/supabase-js';
2
import { getEnv } from '@hibiscus/env';
3
-import type { Event, EventAdmin } from '../utils/types.d.ts';
+import type { Event, EventAdmin } from './types';
4
5
const apiUrl = getEnv().Hibiscus.Supabase.apiUrl;
6
const serviceKey = getEnv().Hibiscus.Supabase.serviceKey;
apps/event-service-next/src/utils/types.d.ts renamed to apps/event-service-next/src/utils/types.ts
0 commit comments