зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-28 20:34:15 +02:00
Fix import error in Index.tsx
Resolved the TypeScript error indicating that the module '@/components/game/constants.tsx' could not be found. Adjusted the import statement to ensure proper module resolution. [skip gpt_engineer]
Этот коммит содержится в:
родитель
1669f05e4a
Коммит
378898787d
@ -7,7 +7,7 @@ import { BriefingAudio } from "@/components/game/BriefingAudio";
|
||||
import { GameBackground } from "@/components/GameBackground";
|
||||
import { MonthTransition } from "@/components/MonthTransition";
|
||||
import { IntroDialog } from "../components/game/IntroDialog";
|
||||
import { stages, OPERATION_NAMES, LOADING_MESSAGES, generateFinalReport } from "@/components/game/constants.tsx";
|
||||
import { stages, OPERATION_NAMES, LOADING_MESSAGES, generateFinalReport } from "@/components/game/constants";
|
||||
import { DossierEntry, GameStage } from "@/components/game/types";
|
||||
import { useToast } from "@/components/ui/use-toast";
|
||||
import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetTrigger } from "@/components/ui/sheet";
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user