Enabled Package Builder manifest

This commit is contained in:
leekelleher
2024-04-04 10:14:39 +01:00
parent a768b89b44
commit aa12f38ac4

View File

@@ -56,7 +56,6 @@ const sectionsViews: Array<ManifestSectionView> = [
},
],
},
/* // Temp removed until is is finished
{
type: 'sectionView',
alias: 'Umb.SectionView.Packages.Builder',
@@ -75,7 +74,6 @@ const sectionsViews: Array<ManifestSectionView> = [
},
],
},
*/
];
export const manifests = [section, ...sectionsViews];