Remove unused import

This commit is contained in:
rijkvanzanten
2023-04-11 15:16:17 -04:00
parent f09f440146
commit ff65665038

View File

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