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>
import {
ArrowPathIcon,
ArrowTopRightOnSquareIcon,
BellAlertIcon,
CheckCircleIcon,
ExclamationTriangleIcon,
InformationCircleIcon,
XCircleIcon,
} from '@heroicons/vue/24/solid';
import { serverState } from '~/_data/serverState';
import type { SendPayloads } from '~/store/callback';