mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 08:12:40 +00:00
fix bad imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NamedRoute } from '../entities/named-route';
|
||||
import { NamedRoute } from '../entities/ecosystem/named-route';
|
||||
import { GeorouterSettings } from '../types/georouter-settings.type';
|
||||
import { Path } from '../types/path.type';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Person } from '../entities/person';
|
||||
import { Person } from '../entities/ecosystem/person';
|
||||
import { Role } from './role.enum';
|
||||
import { Step } from './step.enum';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user