Skip to content

Commit d1cfa33

Browse files
committed
Fix import
- Imports should not start with src
1 parent 9ef5720 commit d1cfa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/tasks-jobs/tasks/launch/task-launch.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {ToolsService} from '../../../flo/task/tools.service';
1515
import get from 'lodash.get';
1616
import set from 'lodash.set';
1717
import {Platform} from '../../../shared/model/platform.model';
18-
import {TaskExecutionPage} from 'src/app/shared/model/task-execution.model';
18+
import {TaskExecutionPage} from '../../../shared/model/task-execution.model';
1919

2020
@Injectable()
2121
export class TaskLaunchService {

0 commit comments

Comments
 (0)