You've already forked AstralRinth
forked from didirus/AstralRinth
Consistent extension usage in imports (#1171)
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
<script setup>
|
||||
import { Multiselect } from 'vue-multiselect'
|
||||
import Checkbox from '~/components/ui/Checkbox'
|
||||
import Checkbox from '~/components/ui/Checkbox.vue'
|
||||
import ClearIcon from '~/assets/images/utils/clear.svg'
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user