remove import

This commit is contained in:
Niels Lyngsø
2023-03-13 10:36:28 +01:00
parent 1171d19ab3
commit 00adb3bd9c

View File

@@ -1,4 +1,4 @@
import { IRoute, RouterSlot, ensureSlash } from 'router-slot';
import { IRoute, RouterSlot } from 'router-slot';
import { LitElement, PropertyValueMap } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { UmbRouterSlotChangeEvent, UmbRouterSlotInitEvent } from '@umbraco-cms/router';