Skip to content

Commit 20dc219

Browse files
committed
ESLint sort imports
1 parent 81988b7 commit 20dc219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/game/parser/ParserValidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import SoundAssets from '../assets/SoundAssets';
12
import { ItemId } from '../commons/CommonTypes';
23
import { GameItemType } from '../location/GameMapTypes';
34
import { GameSoundType } from '../sound/GameSoundTypes';
45
import Parser from './Parser';
5-
import SoundAssets from '../assets/SoundAssets';
66

77
export enum GameEntityType {
88
locations = 'locations',

0 commit comments

Comments
 (0)