mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 17:15:16 +02:00
clean up imports
This commit is contained in:
parent
7d2d61540b
commit
85ace035f2
@ -19,8 +19,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { ref, reactive, computed, inject, watch, onBeforeUnmount, onMounted } from 'vue';
|
||||
import { useSpawn, errorString, errorStringHTML, canonicalPath } from '@45drives/cockpit-helpers';
|
||||
import { ref, reactive, computed, inject, watch, onBeforeUnmount } from 'vue';
|
||||
import { errorStringHTML } from '@45drives/cockpit-helpers';
|
||||
import { notificationsInjectionKey, settingsInjectionKey, clipboardInjectionKey } from '../keys';
|
||||
import DirectoryEntry from './DirectoryEntry.vue';
|
||||
import getDirEntryObjects from '../functions/getDirEntryObjects';
|
||||
|
Loading…
x
Reference in New Issue
Block a user