🔄 Update import path for ProfessorPokeball component

This commit is contained in:
2026-01-28 05:21:02 +00:00
parent 223982b830
commit 0e0881607e

View File

@@ -15,7 +15,7 @@
</template>
<script setup>
import ProfessorPokeball from './shared/components/ProfessorPokeball.vue';
import ProfessorPokeball from './components/ProfessorPokeball.vue';
</script>
<style scoped>