diff --git a/src/lib/types/stores/project-store.ts b/src/lib/types/stores/project-store.ts index aca4caa950..d8263a0959 100644 --- a/src/lib/types/stores/project-store.ts +++ b/src/lib/types/stores/project-store.ts @@ -1,4 +1,4 @@ -import { IEnvironmentProjectLink } from 'lib/db/project-store'; +import { IEnvironmentProjectLink } from '../../db/project-store'; import { IProject, IProjectWithCount } from '../model'; import { Store } from './store';