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