chore: remove unused imports

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
Côme Chilliet 2025-10-07 16:20:21 +02:00 committed by Louis Chmn
parent 00349e674d
commit 1afa2a5ac1

View file

@ -11,8 +11,7 @@ import type { LDAPConfig } from '../models/index.ts'
import axios from '@nextcloud/axios'
import { getDialogBuilder, showError, showSuccess } from '@nextcloud/dialogs'
import { t } from '@nextcloud/l10n'
import { generateOcsUrl, generateUrl } from '@nextcloud/router'
import path from 'path'
import { generateOcsUrl } from '@nextcloud/router'
import logger from './logger.ts'
export type WizardAction