diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/folder/index.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/folder/index.ts index 14e04072b6..51fdfcfee3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/folder/index.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/tree/folder/index.ts @@ -1,6 +1,6 @@ -export { UmbScriptFolderRepository } from './stylesheet-folder.repository.js'; +export { UmbStylesheetFolderRepository } from './stylesheet-folder.repository.js'; export { - UMB_SCRIPT_FOLDER_REPOSITORY_ALIAS, - UMB_DELETE_SCRIPT_FOLDER_ENTITY_ACTION_ALIAS, - UMB_CREATE_SCRIPT_FOLDER_ENTITY_ACTION_ALIAS, + UMB_STYLESHEET_FOLDER_REPOSITORY_ALIAS, + UMB_DELETE_STYLESHEET_FOLDER_ENTITY_ACTION_ALIAS, + UMB_CREATE_STYLESHEET_FOLDER_ENTITY_ACTION_ALIAS, } from './manifests.js';