refactor(guest): retire legacy guest app and move shared modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { DEFAULT_EVENT_BRANDING, useOptionalEventBranding } from '@/guest/context/EventBrandingContext';
|
||||
import type { EventBranding } from '@/guest/types/event-branding';
|
||||
import { DEFAULT_EVENT_BRANDING, useOptionalEventBranding } from '@/shared/guest/context/EventBrandingContext';
|
||||
import type { EventBranding } from '@/shared/guest/types/event-branding';
|
||||
import { useAppearance, type Appearance } from '@/hooks/use-appearance';
|
||||
import { resolveGuestThemeName } from './brandingTheme';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user