diff --git a/flightscore/src/components/footer-bar.ts b/flightscore/src/components/footer-bar.ts index 043c6f4..09ca319 100644 --- a/flightscore/src/components/footer-bar.ts +++ b/flightscore/src/components/footer-bar.ts @@ -1,6 +1,7 @@ import { LitElement, html, css, unsafeCSS } from 'lit'; import { customElement } from 'lit/decorators.js'; import styles from './footer-bar.css?inline'; +import './ui-link'; @customElement('footer-bar') export class FooterBar extends LitElement { @@ -12,9 +13,9 @@ export class FooterBar extends LitElement { return html`