Skip to content

Commit

Permalink
N21-1648 import fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Jun 12, 2024
1 parent 5d0443b commit 5c32786
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { EntityId } from '@shared/domain/types';
import { ContextExternalToolRepo } from '@shared/repo';
import { CustomParameter, CustomParameterEntry } from '../../common/domain';
import { CommonToolDeleteService, CommonToolService } from '../../common/service';
import { ExternalToolService } from '../../external-tool';
import { ExternalTool } from '../../external-tool/domain';
import { SchoolExternalToolService } from '../../school-external-tool';
import { ExternalToolService } from '../../external-tool/service';
import { SchoolExternalTool } from '../../school-external-tool/domain';
import { SchoolExternalToolService } from '../../school-external-tool/service';
import {
ContextExternalTool,
ContextExternalToolLaunchable,
Expand Down

0 comments on commit 5c32786

Please sign in to comment.