Skip to content

Commit

Permalink
Rename IndexDbStorage.ts to IndexDbStorage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Apr 10, 2024
1 parent 5837c41 commit 963169e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/base/Storage.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AudioTrackInfo, ImageInfo, TextTrackInfo, VideoTrackInfo } from '@/Media/Media';
import { type default as Media, type MediaType } from '@/Media/Media';
import type { MediaInfoType } from 'mediainfo.js';
import type IndexedDbStorageController from '../Storage/IndexDbStorage';
import type IndexedDbStorageController from '../Storage/IndexedDbStorage';
import type BaseProject from './Project';
import type { ProjectType } from './Project';
import type BaseTimeline from './Timeline';
Expand Down

0 comments on commit 963169e

Please sign in to comment.