export 'AddPlaceModal' was not found in '~/components/AddPlaceModal.vue'
You need to import from default export, not a named export
import AddPlaceModal from '~/components/AddPlaceModal.vue';
you have to remove the curly brackets
do this:
instead of: