Updated dependencies

This commit is contained in:
Tzahi12345
2023-04-24 19:55:53 -04:00
parent 1746b08d4c
commit 71692f6b13
5 changed files with 763 additions and 390 deletions

View File

@@ -1,5 +1,5 @@
import { Component, OnInit, Inject } from '@angular/core';
import filesize from 'filesize';
import { filesize } from 'filesize';
import { MAT_DIALOG_DATA } from '@angular/material/dialog';
import { PostsService } from 'app/posts.services';
import { Category, DatabaseFile } from 'api-types';