website cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { GetMediaOutputDTO } from '../types/generated';
|
||||
import type { GetMediaOutputDTO } from '../types/generated/GetMediaOutputDTO';
|
||||
|
||||
/**
|
||||
* Media View Model
|
||||
@@ -30,4 +30,4 @@ export class MediaViewModel {
|
||||
const mb = kb / 1024;
|
||||
return `${mb.toFixed(2)} MB`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user