1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Don't import from root URL (#1540)

This commit is contained in:
Martin Lehmann 2022-04-29 10:44:01 +02:00 committed by GitHub
parent c02865504e
commit a36a19c33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';