[feature-136] Add model types icons + export models + init delete models + init searchbar

This commit is contained in:
MathieuG-P
2023-05-08 21:12:35 +02:00
parent d1dc7bbca0
commit a366c07128
18 changed files with 238 additions and 46 deletions
+3 -1
View File
@@ -21,4 +21,6 @@ export const MODEL_FILE_EXTENSIONS = {
[MSModelType.Bloq]: ".bloq",
[MSModelType.Platfrom]: ".plat",
[MSModelType.Saber]: ".saber"
}
}
export const MODEL_TYPES = Array.from(Object.values(MSModelType));