We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca97497 commit 3a9be7aCopy full SHA for 3a9be7a
src/packages/templating/templates/components/index.ts
@@ -1,2 +1,2 @@
1
export * from './template-card/template-card.element.js';
2
-export * from './input-template/input-template.element.js';
+export * from './input-template/index.js';
src/packages/templating/templates/components/input-template/index.ts
@@ -0,0 +1,2 @@
+export * from './input-template.context.js';
+export * from './input-template.element.js';
0 commit comments