vue components refactoring

This commit is contained in:
Čarodej
2022-04-13 16:19:10 +02:00
parent 6a4bfa8bfe
commit 338f8664b7
251 changed files with 1068 additions and 1943 deletions

View File

@@ -62,9 +62,9 @@
<script>
import FilePreview from '../components/FilePreview/FilePreview'
import CreateLanguage from '../components/Others/CreateLanguage'
import MobileNavigation from '../components/Others/MobileNavigation'
import ConfirmPopup from '../components/Others/Popup/ConfirmPopup'
import CreateLanguage from '../components/Popups/CreateLanguagePopup'
import MobileNavigation from '../components/Mobile/MobileNavigation'
import ConfirmPopup from '../components/Popups/ConfirmPopup'
import ContentGroup from '../components/Sidebar/ContentGroup'
import ContentSidebar from '../components/Sidebar/ContentSidebar'
import Spotlight from '../components/Spotlight/Spotlight'
@@ -83,9 +83,9 @@ import {
UsersIcon,
} from 'vue-feather-icons'
import { mapGetters } from 'vuex'
import CreateUploadRequestPopup from "../components/Others/CreateUploadRequestPopup";
import CreateUploadRequestPopup from "../components/UploadRequest/CreateUploadRequestPopup";
import CreateTeamFolderPopup from "../components/Teams/CreateTeamFolderPopup";
import NotificationsPopup from "../components/Others/NotificationsPopup";
import NotificationsPopup from "../components/Notifications/NotificationsPopup";
export default {
name: 'Admin',