restructure parking and shuttle repository loaders

This commit is contained in:
2025-04-11 17:13:39 -07:00
parent 0e3c12bebc
commit c9aa2c401f
11 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import { NotificationRepository } from "../repositories/NotificationRepository";
import { ShuttleGetterSetterRepository } from "../repositories/ShuttleGetterSetterRepository";
import { InMemoryNotificationRepository } from "../repositories/InMemoryNotificationRepository";
import { AppleNotificationSender } from "../notifications/senders/AppleNotificationSender";
import { ApiBasedShuttleRepositoryLoader } from "../loaders/ApiBasedShuttleRepositoryLoader";
import { ApiBasedShuttleRepositoryLoader } from "../loaders/shuttle/ApiBasedShuttleRepositoryLoader";
export interface InterchangeSystemBuilderArguments {
name: string;