Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Apr 24, 2024
1 parent 8fe3f00 commit 1eae34c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
@@ -1,7 +1,6 @@
import { Component, Input, OnChanges } from '@angular/core';
import { Constants } from '@dasch-swiss/dsp-js';
import { DspResource } from '@dasch-swiss/vre/shared/app-common';
import { PropertyInfoValues } from '@dasch-swiss/vre/shared/app-resource-properties';
import { DspResource, PropertyInfoValues } from '@dasch-swiss/vre/shared/app-common';
import { ResourceSelectors } from '@dasch-swiss/vre/shared/app-state';
import { Store } from '@ngxs/store';
import { Observable } from 'rxjs';
Expand Down
Expand Up @@ -42,7 +42,6 @@ import { NotificationService } from '@dasch-swiss/vre/shared/app-notification';
import {
EditResourceLabelDialogComponent,
EditResourceLabelDialogProps,
PropertyInfoValues,
} from '@dasch-swiss/vre/shared/app-resource-properties';
import {
GetAttachedProjectAction,
Expand Down

0 comments on commit 1eae34c

Please sign in to comment.