File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+ * SPDX-License-Identifier: AGPL-3.0-or-later
4+ */
5+
16declare module 'vue-material-design-icons/*'
27declare module 'v-click-outside'
Original file line number Diff line number Diff line change 1+ /**
2+ * SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+ * SPDX-License-Identifier: AGPL-3.0-or-later
4+ */
5+
16import { Comment } from '../../Types'
27
38function groupComments ( inputArray : Comment [ ] ) {
Original file line number Diff line number Diff line change 1+ /**
2+ * SPDX-FileCopyrightText: 2025 Nextcloud contributors
3+ * SPDX-License-Identifier: AGPL-3.0-or-later
4+ */
5+
16import { PiniaPluginContext } from 'pinia'
27import debounce from 'lodash/debounce'
38
You can’t perform that action at this time.
0 commit comments