mirror of
https://github.com/directus/directus.git
synced 2026-02-08 17:25:17 -05:00
Remove unused import
This commit is contained in:
@@ -26,17 +26,14 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { defineComponent, computed } from 'vue';
|
||||
import { version } from '../../../../package.json';
|
||||
import { useProjectInfo } from '../composables/use-project-info';
|
||||
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
|
||||
const { parsedInfo: projectInfo } = useProjectInfo();
|
||||
|
||||
const navItems = [
|
||||
{
|
||||
icon: 'public',
|
||||
|
||||
Reference in New Issue
Block a user