Skip to content
Snippets Groups Projects
Commit 9db232d4 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

common: Fix a dependency cycle

Importing the module itself adds a dependency on teh index which creates a cycle.
Reference the internal file instead.
parent d3e596e4
No related branches found
No related tags found
No related merge requests found
Pipeline #22464 passed
import {LitElement} from "lit-element"; import {LitElement} from "lit-element";
import {Logger} from "@dbp-toolkit/common"; import {Logger} from "./logger";
export class AdapterLitElement extends LitElement { export class AdapterLitElement extends LitElement {
constructor() { constructor() {
......
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