<script setup lang="ts"> import { IconPicker } from '@/components/IconPicker' </script> <template> <IconPicker /> </template>