refactor
This commit is contained in:
@@ -54,11 +54,11 @@
|
||||
|
||||
import { GameEngine } from '@/lib/GameEngine';
|
||||
import { Hero } from '@/lib/Hero';
|
||||
import { Game1 } from '@/lib/interactive-objects/Game1';
|
||||
import { Game2 } from '@/lib/interactive-objects/Game2';
|
||||
import { Game4 } from '@/lib/interactive-objects/Game4';
|
||||
import { Grass } from '@/lib/interactive-objects/Grass';
|
||||
import { VideoPlayer } from '@/lib/interactive-objects/VideoPlayer';
|
||||
import { Game1 } from '@/components/InteractiveObjects/PuzzleGame1';
|
||||
import { Game2 } from '@/components/InteractiveObjects/PuzzleGame2';
|
||||
import { Game4 } from '@/components/InteractiveObjects/PuzzleGame4';
|
||||
import { Grass } from '@/components/InteractiveObjects/Grass';
|
||||
import { VideoPlayer } from '@/components/InteractiveObjects/VideoPlayer';
|
||||
import { useAppStore } from '@/stores/app';
|
||||
|
||||
const store = useAppStore();
|
||||
|
||||
Reference in New Issue
Block a user