Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 3, 2024
1 parent 4f4be9c commit 6bf3f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/VLicense/VLicense.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useI18n } from "#imports"
import { computed } from "vue"
import type { License } from "#shared/constants/license"
import { getFullLicenseName, getElements } from "#shared/utils/license"
import { getFullLicenseName } from "#shared/utils/license"
import { camelCase } from "#shared/utils/case"
import { useIconNames } from "~/composables/use-icon-names"
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/composables/use-icon-names.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { getElements } from "#imports"

import { computed, onMounted, ref, watch } from "vue"

import type { License } from "~/constants/license"
import type { License } from "#shared/constants/license"
import { getElements } from "#shared/utils/license"
import { useDarkMode } from "~/composables/use-dark-mode"

/**
Expand Down

0 comments on commit 6bf3f27

Please sign in to comment.