🔄 Update import path for ProfessorPokeball component to reflect new location in shared directory
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import ProfessorPokeball from './components/ProfessorPokeball.vue';
|
||||
import ProfessorPokeball from './components/shared/ProfessorPokeball.vue';
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user