summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-10-17 11:27:47 -0700
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-10-18 08:47:17 +0200
commitb81c76adc788b4b05602c466325fb8b409f336ac (patch)
tree4155a16a1d92da952131a2649f094763a9758049 /apps/federatedfilesharing
parent3b202f21986df80470cd5e9103940981cccee07b (diff)
downloadnextcloud-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/federatedfilesharing')
-rw-r--r--apps/federatedfilesharing/src/main-admin.js1
-rw-r--r--apps/federatedfilesharing/src/main-personal.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/src/main-admin.js b/apps/federatedfilesharing/src/main-admin.js
index 031ebb32c20..d2d7777617f 100644
--- a/apps/federatedfilesharing/src/main-admin.js
+++ b/apps/federatedfilesharing/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 { loadState } from '@nextcloud/initial-state'
import AdminSettings from './components/AdminSettings.vue'
diff --git a/apps/federatedfilesharing/src/main-personal.js b/apps/federatedfilesharing/src/main-personal.js
index ee1836457b3..17a0dc7bc52 100644
--- a/apps/federatedfilesharing/src/main-personal.js
+++ b/apps/federatedfilesharing/src/main-personal.js
@@ -20,7 +20,6 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
-import '@nextcloud/dialogs/dist/index.css'
import PersonalSettings from './components/PersonalSettings.vue'