Skip to content

Commit 8206a9f

Browse files
committed
fix(imports)
Signed-off-by: Jacob <[email protected]>
1 parent 7345a90 commit 8206a9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Structures/MiniGames/BedWars/BedWars.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
import BedWarsBoxes from './BedWarsBoxes.js';
2+
import BedWarsEightOne from './BedWarsEightOne.ts';
3+
import BedWarsEightTwo from './BedWarsEightTwo.ts';
24
import BedWarsFavorites from './BedWarsFavorites.js';
35
import BedWarsFigurines from './BedWarsFigurines.js';
6+
import BedWarsFourFour from './BedWarsFourFour.ts';
7+
import BedWarsFourThree from './BedWarsFourThree.ts';
48
import BedWarsMode from './BedWarsMode.js';
59
import BedWarsPrivateGameSettings from './BedWarsPrivateGameSettings.js';
610
import BedWarsSettings from './BedWarsSettings.js';
11+
import BedWarsTwoFour from './BedWarsTwoFour.ts';
712
import { BedWarsPrestiges } from '../../../Utils/Constants.js';
813
import type {
914
BedWarsBedDestroy,
@@ -24,11 +29,6 @@ import type {
2429
PlayerGeneralSelectedCosmetic,
2530
ShopSort
2631
} from '../../../Types/Player.js';
27-
import BedWarsEightOne from './BedWarsEightOne.ts';
28-
import BedWarsEightTwo from './BedWarsEightTwo.ts';
29-
import BedWarsFourThree from './BedWarsFourThree.ts';
30-
import BedWarsFourFour from './BedWarsFourFour.ts';
31-
import BedWarsTwoFour from './BedWarsTwoFour.ts';
3232

3333
class BedWars extends BedWarsMode {
3434
experience: number;

0 commit comments

Comments
 (0)