Skip to content

Commit

Permalink
Merge pull request #4829 from nextcloud-libraries/fix/noid/export-com…
Browse files Browse the repository at this point in the history
…posables

fix: export composables
  • Loading branch information
susnux committed Nov 16, 2023
2 parents 3f7e516 + f8fad5a commit 73f271c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions src/composables/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
/**
* @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>
*
* @author Grigorii K. Shartsev <me@shgk.me>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

export * from './useIsFullscreen/index.js'
export * from './useIsMobile/index.js'
3 changes: 1 addition & 2 deletions src/composables/useIsFullscreen/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Grigorii K. Shartsev <me@shgk.me>
*
* @license AGPL-3.0-or-later
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

export * from './components/index.js'
export * from './composables/index.js'
export * from './functions/index.js'
export * from './directives/index.js'
export * from './mixins/index.js'
Expand Down

0 comments on commit 73f271c

Please sign in to comment.