2019-02-21 12:41:38 +00:00
|
|
|
__webpack_public_path__ = OC.linkTo('files_sharing', 'js/dist/');
|
2019-02-20 17:40:02 +00:00
|
|
|
__webpack_nonce__ = btoa(OC.requestToken);
|
|
|
|
|
2019-02-15 08:10:07 +00:00
|
|
|
import './share'
|
|
|
|
import './sharetabview'
|
|
|
|
import './sharebreadcrumbview'
|
|
|
|
|
|
|
|
import './style/sharetabview.scss'
|
|
|
|
import './style/sharebreadcrumb.scss'
|
2019-02-20 17:40:02 +00:00
|
|
|
|
2019-03-14 13:42:42 +00:00
|
|
|
import './collaborationresourceshandler.js'
|
2019-02-20 17:40:02 +00:00
|
|
|
|
|
|
|
window.OCA.Sharing = OCA.Sharing;
|