Added file upload UI

This commit is contained in:
2024-02-07 23:51:58 +01:00
parent c05cd770c6
commit b15529008b
6 changed files with 136 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
import { FormatFileSizePipePipe } from './format-file-size-pipe.pipe';
describe('FormatFileSizePipePipe', () => {
it('create an instance', () => {
const pipe = new FormatFileSizePipePipe();
expect(pipe).toBeTruthy();
});
});