Skip to content

Commit

Permalink
chore: Move InputActionWrapper to ux-editor-v3 (#13905)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 authored Oct 28, 2024
1 parent acda247 commit 4fe7cca
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useStudioEnvironmentParams } from 'app-shared/hooks/useStudioEnvironmen
import { LinkIcon } from '@studio/icons';
import { StudioButton } from '@studio/components';
import classes from './EditDataModelBindings.module.css';
import { InputActionWrapper } from 'app-shared/components/InputActionWrapper';
import { InputActionWrapper } from './InputActionWrapper';
import { useAppContext } from '../../../hooks/useAppContext';

export interface EditDataModelBindingsProps extends IGenericEditComponent {
Expand Down

0 comments on commit 4fe7cca

Please sign in to comment.