path changes
This commit is contained in:
parent
c55450c81d
commit
23c5680399
2 changed files with 6 additions and 6 deletions
|
|
@ -13,8 +13,8 @@
|
|||
</template>
|
||||
<script>
|
||||
import vehicleLookupAlertTypes from '@/constants/vehicle-lookup-alert-types';
|
||||
import vehicleNotFoundAlert from './vehicle-not-found-alert/vehicle-not-found-alert.vue';
|
||||
import vehicleNotMatchedAlert from './vehicle-not-matched-alert/vehicle-not-matched-alert.vue';
|
||||
import vehicleNotFoundAlert from '@/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-found-alert/vehicle-not-found-alert.vue';
|
||||
import vehicleNotMatchedAlert from '@/layouts/license-plate-lookup/license-plate-lookup-alerts/vehicle-not-matched-alert/vehicle-not-matched-alert.vue';
|
||||
|
||||
export default {
|
||||
name: 'license-plate-lookup-alerts',
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@ import siteFooter from '@/common-components/site-footer/site-footer.vue';
|
|||
import siteHeader from '@/common-components/site-header/site-header.vue';
|
||||
import siteSubHeader from '@/common-components/site-sub-header/site-sub-header.vue';
|
||||
import vehicleBanner from '@/common-components/vehicle-banner/vehicle-banner.vue';
|
||||
import textboxQuestion from '../../common-components/textbox-question/textbox-question.vue';
|
||||
import licensePlateQuestion from './license-plate-question/license-plate-question.vue';
|
||||
import zipQuestion from './zip-question/zip-question.vue';
|
||||
import licensePlateLookupAlerts from './license-plate-lookup-alerts/license-plate-lookup-alerts.vue';
|
||||
import textboxQuestion from '@/common-components/textbox-question/textbox-question.vue';
|
||||
import licensePlateQuestion from '@/layouts/license-plate-lookup/license-plate-question/license-plate-question.vue';
|
||||
import zipQuestion from '@/layouts/license-plate-lookup/zip-question/zip-question.vue';
|
||||
import licensePlateLookupAlerts from '@/layouts/license-plate-lookup/license-plate-lookup-alerts/license-plate-lookup-alerts.vue';
|
||||
|
||||
export default {
|
||||
name: 'license-plate-lookup',
|
||||
|
|
|
|||
Loading…
Reference in a new issue