fix bad imports
This commit is contained in:
parent
5edf6895a6
commit
844f9f34e1
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue