adding pilot

This commit is contained in:
2024-08-05 07:56:20 -05:00
parent 415863b2f0
commit 0d7f6b850d
2 changed files with 9151 additions and 0 deletions

9146
api/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
export interface IPilotFormProps {
pilotId?: string;
isDrawerOpen: boolean;
onOpenCloseDrawer: () => void;
}