fix merge conflict

This commit is contained in:
marshal
2026-06-12 14:58:39 +03:00
parent 1288a18bbf
commit da387fd310
2 changed files with 2 additions and 1 deletions

View File

@@ -108,3 +108,4 @@ export default function SettingsPage() {
</div>
);
}
//

View File

@@ -12,7 +12,7 @@ import {
import type { Freight } from "@edr/types";
import {
BookingFormInputValues,
calcWagons,
calcWagons,
type BookingFormValues,
type RouteDirection,
} from "./schema";