Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-03-06 11:37:01 +0300
committerdartcafe <github@dartcafe.de>2021-03-06 11:37:01 +0300
commitc55bb68f8a770dcc7af810b91bd59b1f1d3de746 (patch)
tree1d26b9ad5dff330148989394f71c435f510b6bed /src/js/components/SideBar
parent5a5dd80dea464c1bf8ead9130cdfbcc58ba675d9 (diff)
rearranging components
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/SideBar')
-rw-r--r--src/js/components/SideBar/SideBarTabShare.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/SideBar/SideBarTabShare.vue b/src/js/components/SideBar/SideBarTabShare.vue
index 0e9b60c2..7e6dec82 100644
--- a/src/js/components/SideBar/SideBarTabShare.vue
+++ b/src/js/components/SideBar/SideBarTabShare.vue
@@ -35,7 +35,7 @@
<script>
import { mapState } from 'vuex'
import ConfigBox from '../Base/ConfigBox'
-import UserSearch from '../Base/UserSearch'
+import UserSearch from '../User/UserSearch'
import SharesEffective from '../Shares/SharesEffective'
import SharesPublic from '../Shares/SharesPublic'
import SharesUnsent from '../Shares/SharesUnsent'