Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9f7e8de

Browse files
authored
fix: build error due to relative import path (#691)
1 parent de351c6 commit 9f7e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/domain/abstracts/engine.abstract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-unused-vars, @typescript-eslint/no-unused-vars */
22
import stream from 'stream';
3-
import { Model, ModelSettingParams } from '@/domain/models/model.interface';
3+
import { Model, ModelSettingParams } from '../../domain/models/model.interface';
44
import { Extension } from './extension.abstract';
55

66
export abstract class EngineExtension extends Extension {

0 commit comments

Comments
 (0)