From f19f46eebf2eff5fcd140a787e8ace4095bfab50 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 7 Jul 2024 18:15:34 -0500 Subject: [PATCH] add pilot --- app/src/components/pilots/Pilots.tsx | 56 ++++++++++++++-------------- 1 file changed, 29 insertions(+), 27 deletions(-) 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

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