clean up imports

This commit is contained in:
joshuaboud 2022-06-13 17:36:19 -03:00
parent 7d2d61540b
commit 85ace035f2
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -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';