6 lines
143 B
JavaScript
Vendored
6 lines
143 B
JavaScript
Vendored
var base = require('settings/profile/update-contact-information');
|
|
|
|
Vue.component('spark-update-contact-information', {
|
|
mixins: [base]
|
|
});
|