fix: remove unused Link component import from GeneralSettings.vue

This commit is contained in:
Shariq Ansari 2025-07-28 17:52:58 +05:30
parent 3143f14e0b
commit c72160b2a4

View File

@ -62,7 +62,6 @@
</template> </template>
<script setup> <script setup>
import Link from '@/components/Controls/Link.vue'
import { getSettings } from '@/stores/settings' import { getSettings } from '@/stores/settings'
import { Switch, toast } from 'frappe-ui' import { Switch, toast } from 'frappe-ui'