blob: e8807a7325eec16d877fd6bce46d9e4740078b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { getCSPNonce } from '@nextcloud/auth'
import './share.js'
import './sharebreadcrumbview.js'
import './style/sharebreadcrumb.scss'
import './collaborationresourceshandler.js'
// eslint-disable-next-line camelcase
__webpack_nonce__ = getCSPNonce()
window.OCA.Sharing = OCA.Sharing
|