Major refactor

This commit is contained in:
Niklas Fondberg
2021-07-06 15:57:22 +02:00
parent 6bca11c62d
commit f66dbe33d7
21 changed files with 299 additions and 73 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface Designer {
id: number;
name: string;
path: string;
}