Skip to content

Commit c2f1cc8

Browse files
author
mdatelle
committed
fix: remove unused import
1 parent d06ec6f commit c2f1cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" setup>
22
import { ExclamationTriangleIcon } from '@heroicons/vue/24/solid';
3-
import { BrandLogo, Button, buttonVariants, Toaster } from '@unraid/ui';
3+
import { BrandLogo, Button, Toaster } from '@unraid/ui';
44
import { useDummyServerStore } from '~/_data/serverState';
55
import AES from 'crypto-js/aes';
66

0 commit comments

Comments
 (0)