rename loadingicon file

This commit is contained in:
2023-02-21 14:21:36 +10:00
parent 998e69085e
commit b2ef15d45c
4 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
</template>
<script setup lang="ts">
import SMLoadingIcon from "./SMLoadingIconBalls.vue";
import SMLoadingIcon from "./SMLoadingIcon.vue";
defineProps({
loading: {

View File

@@ -12,7 +12,7 @@
<script setup lang="ts">
import SMLoadingIconToolbox from "./SMLoadingIconToolbox.vue";
import SMLoadingIconBalls from "./SMLoadingIconBalls.vue";
import SMLoadingIconBalls from "./SMLoadingIcon.vue";
defineProps({
loading: {

View File

@@ -12,7 +12,7 @@
</template>
<script setup lang="ts">
import SMLoadingIcon from "./SMLoadingIconBalls.vue";
import SMLoadingIcon from "./SMLoadingIcon.vue";
defineProps({
loading: {