export element class
This commit is contained in:
@@ -1 +1,3 @@
|
||||
import './input-language/input-language.element.js';
|
||||
|
||||
export { UmbInputLanguageElement } from './input-language/input-language.element.js';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import './components/index.js';
|
||||
|
||||
export { UmbInputLanguageElement } from './components/index.js';
|
||||
|
||||
export * from './repository/index.js';
|
||||
export * from './collection/index.js';
|
||||
export * from './global-contexts/index.js';
|
||||
|
||||
Reference in New Issue
Block a user