fix module

This commit is contained in:
sbriat
2023-08-23 14:37:25 +02:00
parent 66d4d58dd1
commit 39cebda0b9
2 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import { Path, Route } from '../../domain/route.types';
import { GeorouterSettings } from '../types/georouter-settings.type';
import { Path } from '../types/path.type';
import { Route } from '../types/route.type';
export interface GeorouterPort {
routes(paths: Path[], settings: GeorouterSettings): Promise<Route[]>;