From 59825a15d64063b64a17b83b0420fc9262b43d27 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 23 May 2024 17:27:49 +0200 Subject: [PATCH] Fix --- client/common/configuration/elements/channel-home.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/configuration/elements/channel-home.ts b/client/common/configuration/elements/channel-home.ts index a661b78b..b98a7bd0 100644 --- a/client/common/configuration/elements/channel-home.ts +++ b/client/common/configuration/elements/channel-home.ts @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0-only import type { RegisterClientOptions } from '@peertube/peertube-types/client' -import { html, LitElement } from 'lit' +import { html } from 'lit' import { customElement, property, state } from 'lit/decorators.js' import { ptTr } from '../../lib/directives/translation' import { Task } from '@lit/task';