🔄 Update import path for ProfessorPokeball component to reflect new location

This commit is contained in:
2026-01-28 05:19:24 +00:00
parent 97a4519e4a
commit a95c6c83e1

View File

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