We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef50c2b commit e115503Copy full SHA for e115503
1 file changed
src/interpreter/Interpreter.ts
@@ -2,7 +2,7 @@ import { normalize, schema as Normalizr } from 'normalizr'
2
import { isArray } from '../support/Utils'
3
import { Element, NormalizedData } from '../data/Data'
4
import { Model } from '../model/Model'
5
-import { Database } from '@/database/Database'
+import { Database } from '../database/Database'
6
7
export class Interpreter {
8
/**
0 commit comments