This commit is contained in:
John Livingston 2024-05-23 17:27:49 +02:00 committed by Mehdi Benadel
parent 5c462882d9
commit 59825a15d6

View File

@ -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';