Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Želinský committed Oct 31, 2024
1 parent cb09ce7 commit fce679a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/interactions/map_arcade/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { interactionWithGameMachine12 } from './game_machine_12.interaction';
import { interactionWithGameMachine3 } from './game_machine_3.interactions';
import { interactionWithGameMachineCrawl } from './game_machine_crawl.interaction';
import { interactionWithGameMachine9 } from './game_machine_9.interactions';
import { interactionWithGameMachine5 } from './game_machine_5.interactions';
import { interactionWithGameMachine7 } from './game_machine_7.interaction';

const interactions = [
Expand All @@ -36,6 +37,7 @@ const interactions = [
interactionWithGameMachine11,
interactionWithGameMachine12,
interactionWithGameMachineCrawl,
interactionWithGameMachine5,
];

export default interactions;
export default interactions;

0 comments on commit fce679a

Please sign in to comment.