Skip to content

Commit be657b0

Browse files
committed
fix(action-mapping): import ref from @vue/reactivity to avoid TS2305 in non-component context
Signed-off-by: Vitor Mattos <[email protected]>
1 parent fe0444d commit be657b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/ActionMapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import { ref } from 'vue'
6+
import { ref } from '@vue/reactivity'
77

88
interface ActionCodes {
99
REDIRECT: number

0 commit comments

Comments
 (0)