1
0
forked from noxious/client

npm run format

This commit is contained in:
2025-01-09 16:02:17 +01:00
parent 7b1dcf7ce3
commit fb18841c91
13 changed files with 39 additions and 70 deletions

View File

@ -1,4 +1,4 @@
import type { Tile, Map, MapObject } from '@/application/types'
import type { Map, MapObject, Tile } from '@/application/types'
import { BaseStorage } from '@/storage/baseStorage'
export class MapStorage extends BaseStorage<Map> {
@ -41,4 +41,3 @@ export class CharacterHairStorage extends BaseStorage<any> {
super('characterHairs', 'id, name, createdAt, updatedAt')
}
}