diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-10-17 11:27:47 -0700 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-10-18 08:47:17 +0200 |
commit | b81c76adc788b4b05602c466325fb8b409f336ac (patch) | |
tree | 4155a16a1d92da952131a2649f094763a9758049 /apps/sharebymail | |
parent | 3b202f21986df80470cd5e9103940981cccee07b (diff) | |
download | nextcloud-server-b81c76adc788b4b05602c466325fb8b409f336ac.tar.gz nextcloud-server-b81c76adc788b4b05602c466325fb8b409f336ac.zip |
chore: Remove unnecessary dialogs css imports
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/src/main-admin.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sharebymail/src/main-admin.js b/apps/sharebymail/src/main-admin.js index 026128b2f21..4f001dac545 100644 --- a/apps/sharebymail/src/main-admin.js +++ b/apps/sharebymail/src/main-admin.js @@ -23,7 +23,6 @@ import Vue from 'vue' import { getRequestToken } from '@nextcloud/auth' import { translate as t } from '@nextcloud/l10n' -import '@nextcloud/dialogs/dist/index.css' import AdminSettings from './components/AdminSettings.vue' |