1
0
forked from test/crm

fix: remove unused Link component import from GeneralSettings.vue

(cherry picked from commit c72160b2a491ce440458911813859e5a94548777)
This commit is contained in:
Shariq Ansari 2025-07-28 17:52:58 +05:30 committed by Mergify
parent acf47d7570
commit 30cc791cc7

View File

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