mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
feat: delete unused imports
This commit is contained in:
@@ -1,12 +1,6 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import {
|
import {
|
||||||
ArrowPathIcon,
|
|
||||||
ArrowTopRightOnSquareIcon,
|
|
||||||
BellAlertIcon,
|
|
||||||
CheckCircleIcon,
|
|
||||||
ExclamationTriangleIcon,
|
ExclamationTriangleIcon,
|
||||||
InformationCircleIcon,
|
|
||||||
XCircleIcon,
|
|
||||||
} from '@heroicons/vue/24/solid';
|
} from '@heroicons/vue/24/solid';
|
||||||
import { serverState } from '~/_data/serverState';
|
import { serverState } from '~/_data/serverState';
|
||||||
import type { SendPayloads } from '~/store/callback';
|
import type { SendPayloads } from '~/store/callback';
|
||||||
|
|||||||
Reference in New Issue
Block a user