Skip to content

Commit

Permalink
removing mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
MIhnatco committed Oct 3, 2024
1 parent 0a8d4b3 commit 707da95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gameObjects/map_start/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ import { cake } from './cake.gameObject';
import { npcsOnChairs } from './npcsOnChairs.gameObject';
import { ztmTrailer } from './ztmTrailer.gameObject';
import { computer } from './computer.gameObject';
<<<<<<< HEAD

import { misterFu } from './misterFu.gameObject';

=======

import { jokeTellerNPC } from './jokeTellerNPC.gameObject';
>>>>>>> 512ce3f3184bdde96d1833cf9540cc3559345b00

const gameObjects = [
bruno,
npcsOnChairs,
Expand Down

0 comments on commit 707da95

Please sign in to comment.