Header, Footer, FileUpload

This commit is contained in:
Peter Hoppe
2022-12-28 15:08:29 +01:00
parent fd65306aaf
commit 4da1c85fe9
18 changed files with 256 additions and 26 deletions

5
src/types/File.ts Normal file
View File

@ -0,0 +1,5 @@
export default interface IFile
{
url: string,
name: string,
}