mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
13 lines
350 B
JavaScript
13 lines
350 B
JavaScript
import './share'
|
|
import './sharebreadcrumbview'
|
|
|
|
import './style/sharebreadcrumb.scss'
|
|
|
|
import './collaborationresourceshandler.js'
|
|
|
|
// eslint-disable-next-line camelcase
|
|
__webpack_public_path__ = OC.linkTo('files_sharing', 'js/dist/')
|
|
// eslint-disable-next-line camelcase
|
|
__webpack_nonce__ = btoa(OC.requestToken)
|
|
|
|
window.OCA.Sharing = OCA.Sharing
|