2021-03-31 06:15:40 -04:00
|
|
|
/**
|
2024-06-06 13:48:28 -04:00
|
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
2021-03-31 06:15:40 -04:00
|
|
|
*/
|
|
|
|
|
|
2023-03-23 02:38:34 -04:00
|
|
|
import './share.js'
|
|
|
|
|
import './sharebreadcrumbview.js'
|
2019-02-15 03:10:07 -05:00
|
|
|
import './style/sharebreadcrumb.scss'
|
2019-03-14 09:42:42 -04:00
|
|
|
import './collaborationresourceshandler.js'
|
2019-02-20 12:40:02 -05:00
|
|
|
|
2019-09-25 12:19:42 -04:00
|
|
|
// eslint-disable-next-line camelcase
|
|
|
|
|
__webpack_nonce__ = btoa(OC.requestToken)
|
|
|
|
|
|
|
|
|
|
window.OCA.Sharing = OCA.Sharing
|