fix bad imports

This commit is contained in:
sbriat 2023-04-21 10:34:52 +02:00
parent 5edf6895a6
commit 844f9f34e1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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