diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/index.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/index.ts new file mode 100644 index 0000000000..9eca623d8a --- /dev/null +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/index.ts @@ -0,0 +1,2 @@ +export * from './input-template.context.js'; +export * from './input-template.element.js';