fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import { authorizedFetch } from './auth/tokens';
|
||||
import { ApiError, emitApiErrorEvent } from './lib/apiError';
|
||||
import type { EventLimitSummary } from './lib/limitWarnings';
|
||||
export type { EventLimitSummary };
|
||||
import i18n from './i18n';
|
||||
|
||||
type JsonValue = Record<string, unknown>;
|
||||
|
||||
Reference in New Issue
Block a user