Skip to content

Commit e90a5db

Browse files
authored
Update index.ts
1 parent 8af6dde commit e90a5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { readPhotoTakenTimeFromGoogleJson } from './helpers/read-photo-taken-tim
88
import { updateExifMetadata } from './helpers/update-exif-metadata';
99
import { updateFileModificationDate } from './helpers/update-file-modification-date';
1010
import { Directories } from './models/directories'
11-
import { MediaFileInfo } from '../models/media-file-info'
11+
import { MediaFileInfo } from './models/media-file-info'
1212

1313
const { readdir, mkdir, copyFile } = fspromises;
1414

0 commit comments

Comments
 (0)