Skip to content

Commit ed642a8

Browse files
authored
Merge pull request #2177 from nextcloud-libraries/chore/paths-3
refactor: use `@nextcloud/paths` instead of NodeJS `path`
2 parents 6bb6f6a + 5119888 commit ed642a8

File tree

3 files changed

+65
-248
lines changed

3 files changed

+65
-248
lines changed

lib/filepicker-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import type { IFilePickerButton, IFilePickerButtonFactory, IFilePickerCanPick, IFilePickerFilter } from './components/types'
77
import type { Node } from '@nextcloud/files'
88

9-
import { basename } from 'path'
9+
import { basename } from '@nextcloud/paths'
1010
import { spawnDialog } from '@nextcloud/vue/functions/dialog'
1111
import { n, t } from './utils/l10n'
1212

0 commit comments

Comments
 (0)