diff options
Diffstat (limited to '__mocks__/css.js')
-rw-r--r-- | __mocks__/css.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/__mocks__/css.js b/__mocks__/css.js new file mode 100644 index 00000000000..152c532f313 --- /dev/null +++ b/__mocks__/css.js @@ -0,0 +1,5 @@ +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +export default {} |