Skip to content

Commit

Permalink
fix errors after merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
lassopicasso committed Jul 15, 2024
1 parent 042473a commit cb735e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ComponentType } from 'app-shared/types/ComponentType';
import type { ServicesContextProps } from 'app-shared/contexts/ServicesContext';
import { screen, waitForElementToBeRemoved } from '@testing-library/react';
import { textMock } from '@studio/testing/mocks/i18nMock';
import { typedLocalStorage } from 'app-shared/utils/webStorage';
import { typedLocalStorage } from '@studio/components/src/hooks/webStorage';
import userEvent from '@testing-library/user-event';
import type { InternalBindingFormat } from '@altinn/ux-editor/utils/dataModelUtils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import type { FormItem } from '../../../../../types/FormItem';
import classes from './EditBinding.module.css';
import { Fieldset } from '@digdir/design-system-react';
import { Fieldset } from '@digdir/designsystemet-react';
import { SelectDataModelBinding } from './SelectDataModelBinding';
import { SelectDataFieldBinding } from './SelectDataFieldBinding';
import {
Expand Down

0 comments on commit cb735e4

Please sign in to comment.