mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-01-05 00:16:39 +00:00
PCSB? Nah, pesky comma
This commit is contained in:
parent
11693ba803
commit
e2da7354e8
1 changed files with 1 additions and 1 deletions
2
utils.ts
2
utils.ts
|
@ -3,7 +3,7 @@ import {
|
||||||
GenerateBattlerOptions,
|
GenerateBattlerOptions,
|
||||||
Colour,
|
Colour,
|
||||||
Opponents,
|
Opponents,
|
||||||
CommunityOpponents
|
CommunityOpponents,
|
||||||
PlayerActions,
|
PlayerActions,
|
||||||
} from "./types";
|
} from "./types";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue