Skip to content

Commit

Permalink
wip, fix imports with different entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed May 16, 2024
1 parent e549700 commit 7688c40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import {
EntityStore,
EntityTableComponent,
EntityTableTemplate,
IgoIconComponent,
getEntityProperty
} from '@igo2/common';
} from '@igo2/common/entity';
import { IgoIconComponent } from '@igo2/common/icon';
import { IgoLanguageModule, LanguageService } from '@igo2/core/language';
import { PackageInfo, PackageManagerService, QuotaService } from '@igo2/geo';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
EntityTableComponent,
EntityTableTemplate,
getEntityProperty
} from '@igo2/common';
} from '@igo2/common/entity';
import { LanguageService } from '@igo2/core/language';
import {
DevicePackageInfo,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';
import { MatTabsModule } from '@angular/material/tabs';

import { ToolComponent } from '@igo2/common';
import { ToolComponent } from '@igo2/common/tool';
import { PackageManagerService } from '@igo2/geo';

import { TranslateModule } from '@ngx-translate/core';
Expand Down

0 comments on commit 7688c40

Please sign in to comment.