mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
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:
parent
00349e674d
commit
1afa2a5ac1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue