Skip to content

Commit

Permalink
chore: Move useOnUnmount to dataModelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Oct 24, 2024
1 parent 9ec0e3b commit 533dffa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SchemaEditorApp } from '@altinn/schema-editor/SchemaEditorApp';
import { useTranslation } from 'react-i18next';
import { AUTOSAVE_DEBOUNCE_INTERVAL_MILLISECONDS } from 'app-shared/constants';
import type { JsonSchema } from 'app-shared/types/JsonSchema';
import { useOnUnmount } from 'app-shared/hooks/useOnUnmount';
import { useOnUnmount } from '../hooks/useOnUnmount';
import type {
DataModelMetadataJson,
DataModelMetadataXsd,
Expand Down

0 comments on commit 533dffa

Please sign in to comment.