expand array

This commit is contained in:
Mads Rasmussen
2023-11-13 15:08:44 +01:00
parent 82cc3545ff
commit 9795509c0c

View File

@@ -10,4 +10,4 @@ const repository: ManifestRepository = {
api: UmbStylesheetRepository,
};
export const manifests = [repository, itemManifests];
export const manifests = [repository, ...itemManifests];