refactor(guest): retire legacy guest app and move shared modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { EventBranding } from '@/guest/types/event-branding';
|
||||
import type { EventBrandingPayload } from '@/guest/services/eventApi';
|
||||
import type { EventBranding } from '@/shared/guest/types/event-branding';
|
||||
import type { EventBrandingPayload } from '@/shared/guest/services/eventApi';
|
||||
|
||||
export function mapEventBranding(raw?: EventBrandingPayload | null): EventBranding | null {
|
||||
if (!raw) {
|
||||
|
||||
Reference in New Issue
Block a user