refactor(guest): retire legacy guest app and move shared modules
This commit is contained in:
@@ -4,7 +4,7 @@ import { YStack, XStack } from '@tamagui/stacks';
|
||||
import { SizableText as Text } from '@tamagui/text';
|
||||
import { Button } from '@tamagui/button';
|
||||
import { Share2, MessageSquare, Copy, X } from 'lucide-react';
|
||||
import { useTranslation } from '@/guest/i18n/useTranslation';
|
||||
import { useTranslation } from '@/shared/guest/i18n/useTranslation';
|
||||
import { useGuestThemeVariant } from '../lib/guestTheme';
|
||||
|
||||
type ShareSheetProps = {
|
||||
|
||||
Reference in New Issue
Block a user