feat: delete unused imports

This commit is contained in:
Eli Bosley
2024-12-16 14:38:13 -05:00
parent 0fa41f5690
commit 0d6a0035aa

View File

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