refactor(guest): retire legacy guest app and move shared modules
This commit is contained in:
@@ -9,7 +9,7 @@ import SurfaceCard from '../components/SurfaceCard';
|
||||
import { fetchTasks, type TaskItem } from '../services/tasksApi';
|
||||
import { useEventData } from '../context/EventDataContext';
|
||||
import { buildEventPath } from '../lib/routes';
|
||||
import { useTranslation } from '@/guest/i18n/useTranslation';
|
||||
import { useTranslation } from '@/shared/guest/i18n/useTranslation';
|
||||
import { useGuestThemeVariant } from '../lib/guestTheme';
|
||||
|
||||
function getTaskValue(task: TaskItem, key: string): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user