Update settings-section.element.ts

This commit is contained in:
Mads Rasmussen
2022-07-05 09:17:18 +02:00
parent 5f1d820d5c
commit 6fd806c64a

View File

@@ -1,5 +1,5 @@
import { html, LitElement } from 'lit';
import { customElement, property, state } from 'lit/decorators.js';
import { customElement, state } from 'lit/decorators.js';
import { IRoute, IRoutingInfo } from 'router-slot';
import { UmbContextConsumerMixin } from '../../../core/context';