Skip to content

Commit

Permalink
CB-4010 chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jan 10, 2024
1 parent 0cb773a commit b5829a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/packages/core-resource/src/Resource/Resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { makeObservable, observable, toJS } from 'mobx';

import { Dependency } from '@cloudbeaver/core-di';
import { isArraysEqual, isContainsException, isPrimitive, MetadataMap } from '@cloudbeaver/core-utils';
import { isContainsException, isPrimitive, MetadataMap } from '@cloudbeaver/core-utils';

import { CachedResourceParamKey } from './CachedResource';
import type { ICachedResourceMetadata } from './ICachedResourceMetadata';
Expand Down

0 comments on commit b5829a2

Please sign in to comment.