mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
15 lines
380 B
JavaScript
15 lines
380 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
import './share.js'
|
|
import './sharebreadcrumbview.js'
|
|
import './style/sharebreadcrumb.scss'
|
|
import './collaborationresourceshandler.js'
|
|
|
|
// eslint-disable-next-line camelcase
|
|
__webpack_nonce__ = btoa(OC.requestToken)
|
|
|
|
window.OCA.Sharing = OCA.Sharing
|