1
0
Fork 0

Add profile-directory.js

This commit is contained in:
Daniel Supernault 2019-11-24 15:58:22 -07:00
parent f440400dc1
commit dc30753b61
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Vue.component(
'profile-directory',
require('./components/ProfileDirectory.vue').default
);