diff --git a/app/src/components/pilots/Pilots.tsx b/app/src/components/pilots/Pilots.tsx index 42c839f..a18d828 100644 --- a/app/src/components/pilots/Pilots.tsx +++ b/app/src/components/pilots/Pilots.tsx @@ -1,6 +1,13 @@ import { useState } from 'react'; import PilotForm from '../pilotForm/PilotForm'; -import { Button, DatePicker, Drawer } from '@noahspan/noahspan-components'; +import { + Button, + DatePicker, + Drawer, + DrawerBody, + DrawerHeader, + DrawerFooter +} from '@noahspan/noahspan-components'; const Pilots: React.FC = () => { const [isDrawerOpen, setIsDrawerOpen] = useState(false); @@ -27,34 +34,29 @@ const Pilots: React.FC = () => { size={1000} data-testid="pilot-drawer" > - + {/* */} - {/* - -

Add Pilot

-
- - - - -
-
- -
-
- -
+ + + + +
+
+
- - */} +
+ +
+
+