Renamed class

This commit is contained in:
2024-12-31 16:15:28 +01:00
parent 5fcb336835
commit 8355c83dc8
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ import config from '@/application/config'
import Dexie from 'dexie'
import type { AssetDataT } from '@/application/types'
export class AssetStorage {
export class Assets {
private db: Dexie
constructor() {