Skip to content

Commit 5a3789a

Browse files
committed
fix: remove unused flag-icon CSS import from UserMenuSettingsButton component
1 parent d2f893a commit 5a3789a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/components/UserMenuSettingsButton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
</template>
3737

3838
<script setup lang="ts">
39-
import 'flag-icon-css/css/flag-icons.min.css';
4039
import { IconCaretDownSolid } from '@iconify-prerendered/vue-flowbite';
4140
import { computed, ref, onMounted, watch } from 'vue';
4241
import { useCoreStore } from '@/stores/core';

0 commit comments

Comments
 (0)