mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 10:40:38 +00:00
vue components refactoring
This commit is contained in:
@@ -44,25 +44,25 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MobileMultiSelectToolbar from '../components/FilesView/MobileMultiSelectToolbar'
|
||||
import NavigationSharePanel from './FileView/Components/NavigationSharePanel'
|
||||
import FileSortingMobile from '../components/FilesView/FileSortingMobile'
|
||||
import CreateFolderPopup from '../components/Others/CreateFolderPopup'
|
||||
import ProcessingPopup from '../components/FilesView/ProcessingPopup'
|
||||
import DesktopToolbar from '../components/FilesView/DesktopToolbar'
|
||||
import RenameItemPopup from '../components/Others/RenameItemPopup'
|
||||
import MobileToolbar from '../components/FilesView/MobileToolbar'
|
||||
import MobileMultiSelectToolbar from '../components/Layout/Toolbars/MobileMultiSelectToolbar'
|
||||
import NavigationSharePanel from '../components/EntriesView/NavigationSharePanel'
|
||||
import FileSortingMobile from '../components/Menus/FileSortingMobile'
|
||||
import CreateFolderPopup from '../components/Popups/CreateFolderPopup'
|
||||
import ProcessingPopup from '../components/Popups/ProcessingPopup'
|
||||
import DesktopToolbar from '../components/Layout/Toolbars/DesktopToolbar'
|
||||
import RenameItemPopup from '../components/Popups/RenameItemPopup'
|
||||
import MobileToolbar from '../components/Layout/Toolbars/MobileToolbar'
|
||||
import FilePreview from '../components/FilePreview/FilePreview'
|
||||
import MoveItemPopup from '../components/Others/MoveItemPopup'
|
||||
import InfoSidebar from '../components/FilesView/InfoSidebar'
|
||||
import MoveItemPopup from '../components/Popups/MoveItemPopup'
|
||||
import InfoSidebar from '../components/Layout/Sidebars/InfoSidebar'
|
||||
import Spotlight from '../components/Spotlight/Spotlight'
|
||||
import Vignette from '../components/Others/Vignette'
|
||||
import DragUI from '../components/FilesView/DragUI'
|
||||
import Alert from '../components/FilesView/Alert'
|
||||
import Vignette from '../components/UI/Others/Vignette'
|
||||
import DragUI from '../components/UI/Others/DragUI'
|
||||
import Alert from '../components/Popups/Alert'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { events } from '../bus'
|
||||
import router from '../router'
|
||||
import DesktopSharepageToolbar from '../components/FilesView/DesktopSharepageToolbar'
|
||||
import DesktopSharepageToolbar from '../components/Layout/Toolbars/DesktopSharepageToolbar'
|
||||
|
||||
export default {
|
||||
name: 'Shared',
|
||||
|
||||
Reference in New Issue
Block a user