Skip to content
Snippets Groups Projects
Unverified Commit 79804c11 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Import / export AdapterLitElement like the other exports

parent 58631287
No related branches found
No related tags found
No related merge requests found
Pipeline #51420 passed
......@@ -6,6 +6,7 @@ import {Button, LoadingButton} from './src/button.js';
import {Spinner} from './src/spinner.js';
import {InlineNotification} from './src/inline-notification.js';
import {Translated} from "./src/translated";
import {AdapterLitElement} from './src/adapter-lit-element.js';
export {EventBus, createLinkedAbortController, createTimeoutAbortSignal};
export {getIconSVGURL, getIconCSS, Icon};
......@@ -15,4 +16,4 @@ export {Spinner};
export {InlineNotification};
export {Translated};
export * from './src/logger.js';
export {AdapterLitElement} from './src/adapter-lit-element.js';
\ No newline at end of file
export {AdapterLitElement};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment