🔄 Update import path for ProfessorPokeball component to reflect new location in shared directory

This commit is contained in:
2026-01-28 05:21:08 +00:00
parent 0e0881607e
commit df0651c6a5

View File

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